Is it possible to generate a view of all services running under specific user credentials? The servers are in different OUs. Essentially what I'm trying to do is find all the services which are running under the local administrator context, and change the password.
Announcement
Collapse
No announcement yet.
List of Services Credentials
Collapse
X
-
Re: List of Services Credentials
You can't get it by service account, but you can export all service information and then when you open the output file you can sort on the account column and see which services on which computers are using that account.
To do this you will use the Exporter Pro by selecting the computers you want in Hyena, then going to Tools->Exporter Pro->Export Selected Objects. Click the Settings button and configure the Services export.
Comment