Reporting showing what user accounts are being used for services

(imported topic written by JesseR91)

I am trying to create a report showing what user accounts are being used to run services on the servers. The only properties I know for ‘services’ is ‘display name’ and ‘state’.

(imported comment written by JesseR91)

found it… its ‘login account’

(imported comment written by BenKus)

Hey JesseR,

Here is a quick trick in QnA to get more information about inspectors:

q: properties whose (it as string contains “”)
A: service name of : string
A: display name of : string
A: state of : string
A: can interact with desktop of : boolean
A: win32 exit code of : integer
A: service specific exit code of : integer
A: checkpoint of : integer
A: login account of : string
A: start type of : string
A: image path of : string
A: file of : file

Ben

(imported comment written by JesseR91)

very useful trick…I’ve come across that by accident writing relevance and never knew how I did it. Thanks!!