Get-BluGenieServiceList

Get-BluGenieServiceList
SYNOPSIS
Get a full list of Services, with Process Handle information
SYNTAX
Get-BluGenieServiceList [[-FilterType] <String>] [-Pattern <String>] [-Managetype <String>] [-ManageServicetype <String>] [-Algorithm <String>] [-Signature] [-TrackChanges] [-OverrideTracked] [-RevertTracked]
[-ClearGarbageCollecting] [-UseCache] [-CachePath <String>] [-RemoveCache] [-DBName <String>] [-DBPath <String>] [-UpdateDB] [-ForceDBUpdate] [-NewDBTable] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON]
[-OutYaml] [-FormatView <String>] [<CommonParameters>]DESCRIPTION
Get a full list of Services, with Process Handle information
EXAMPLES
EXAMPLE 1
Command: Get-BluGenieServiceListDescription: Return information for all running Services and associated Processes
Notes:
- Sample Output -
"Name": "WpnUserService_9faea",
"DesktopInteract": false,
"PathName": "C:\\WINDOWS\\system32\\svchost.exe -k UnistackSvcGroup",
"ServiceType": "Unknown",
"StartMode": "Auto",
"Caption": "Windows Push Notifications User Service_9faea",
"Description": "This service hosts Windows notification platform which provides support for local and push notifications. ",
"DisplayName": "Windows Push Notifications User Service_9faea",
"InstallDate": null,
"ProcessId": 1388,
"Started": true,
"StartName": null,
"State": "Running",
"ProcessName": "svchost.exe",
"ProcessPath": "c:\\windows\\system32\\svchost.exe",
"ProcessCommandLine": "c:\\windows\\system32\\svchost.exe -k unistacksvcgroup -s WpnUserService",
"ProcessSessionId": 1,
"ProcessOwner": "TESTLAB\\Administrator",
"ServiceExecPath": "C:\\WINDOWS\\system32\\svchost.exe",
"Hash": "32569e403279b3fd2edb7ebd036273fa"EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
EXAMPLE 7
EXAMPLE 8
EXAMPLE 9
EXAMPLE 10
EXAMPLE 11
EXAMPLE 12
EXAMPLE 13
PARAMETERS
FilterType
Pattern
Managetype
ManageServicetype
Algorithm
Signature
TrackChanges
OverrideTracked
RevertTracked
ClearGarbageCollecting
UseCache
CachePath
RemoveCache
DBName
DBPath
UpdateDB
ForceDBUpdate
NewDBTable
Walkthrough
ReturnObject
OutUnEscapedJSON
OutYaml
FormatView
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Last updated