Service Names

(imported topic written by nipperjones91)

hey guy’s,

i’m trying to find out if a account is being used to run services on computers, so far i have worked out i can get the names of the login accounts for services by “login accounts of services”, this provides me with all logon accounts. what i would really like to do is specify an account name and it tell me whether that is being used on any services on the machine, is this possible?

i have tried things like “exists login account whose name as lowercase contains “test” of services” and such like with no results

Thanks for your help in advance

(imported comment written by jessewk)

You’re really close. Try this:

exists login account whose (it as lowercase = “test”) of services

(imported comment written by nipperjones91)

Cool, Thanks Jesse

(imported comment written by nipperjones91)

also forgot to ask, is there also a way to show the service name that account belongs to??

(imported comment written by NoahSalzman)

This might help:

(display name of it, state of it, login account of it) of services whose (login account of it as lowercase contains “administrator”)

I copied it from this thread

http://forum.bigfix.com/viewtopic.php?id=2895

(imported comment written by nipperjones91)

cool thanks for tha Noah