(imported topic written by Steve91)
Hi
Is there a way with BES to list the “start name / log on as” of a service?
Ideally I need to search for which particular services are using a specific account?
Help appreciated
Cheers
Steve
(imported topic written by Steve91)
Hi
Is there a way with BES to list the “start name / log on as” of a service?
Ideally I need to search for which particular services are using a specific account?
Help appreciated
Cheers
Steve
(imported comment written by jeremylam)
Hi Steve,
I think the "login account of " inspector will work for you, try something like:
services whose (login account of it = “LocalSystem”)
(imported comment written by gmc91)
services whose (login account of it as lowercase contains “system”) does not actually list the account name value.
Q: services whose (login account of it as lowercase contains “system”)
A: “BITS” “Background Intelligent Transfer Service” “Running”
How do I add (login account of it) to apply to the listed service that meets the boolean condition?
(imported comment written by BenKus)
Is this what you are asking?
Q: (service name of it, display name of it, state of it, login account of it) of services whose (login account of it as lowercase contains “system”)
A: AeLookupSvc, Application Experience, Running, localSystem
A: Appinfo, Application Information, Running, LocalSystem
A: Apple Mobile Device, Apple Mobile Device, Running, LocalSystem
A: AppMgmt, Application Management, Stopped, LocalSystem
A: AudioEndpointBuilder, Windows Audio Endpoint Builder, Running, LocalSystem
A: BcmSqlStartupSvc, Business Contact Manager SQL Server Startup Service, Running, LocalSystem
A: BESClient, BES Client, Running, LocalSystem
A: BESClientLoggingService, BES Logging Service, Running, LocalSystem
…
Ben