G
Guest
I’m trying to write an application to enumerate all the services running on
all of the servers in the company I work for. I’ve got it working except that
I have not been able find how to pull the account that starts the service.
This is important because once I know this info for all the servers, I have
to write an app that will periodically change the passwords used by the
accounts starting these services. I don’t want to logon to all of these
servers individually to do this. I’ve been able to get the information from
many of the servers by pulling the info from the registry, but many of the
servers have remote registry disabled.
all of the servers in the company I work for. I’ve got it working except that
I have not been able find how to pull the account that starts the service.
This is important because once I know this info for all the servers, I have
to write an app that will periodically change the passwords used by the
accounts starting these services. I don’t want to logon to all of these
servers individually to do this. I’ve been able to get the information from
many of the servers by pulling the info from the registry, but many of the
servers have remote registry disabled.