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