I’m working on making an Analyses that will give me overview of all services and what account that runs the service.
Mostly to be sure that none is running with administrator accounts that should not be used.
https://developer.bigfix.com/relevance/guide/client/services.html
This code would give me all I need, but it fails on some clients.
(display name of it, login account of it, state of it, image paths of it) of services
When I run it in the fixlet debugger It lists many of the services and ends up with the following error in the end: Error: Singular expression refers to nonexistent object.
Reading the information from the BigFix Console just give me
Sending the same information with a BigFix Webrepport gives me: Singular expression refers to nonexistent object.
Anyone that can help me rebuild the relevance to skip the services it for some reason can not read, or know how I can change it to correct list all information?