Display Windows 2000 Service Accounts used

  • Thread starter Thread starter Brad
  • Start date Start date
B

Brad

Is there a command to display the service accounts being
used on a particular Windows 2000 Server?

Thanks for any information!
 
Check out svcutil with the viewx option. svcutil is on the free win32 tools page of www.joeware.net

F:\Dev\cpp\SvcUtil>svcutil \\w2kasdc1\. viewx

SvcUtil V02.03.00cpp Joe Richards ([email protected]) May 2003

-------------------------------------------------
Service list for w2kasdc1
-------------------------------------------------
Alerter Alerter stopped DISABLED LocalSystem
AppMgmt Application Management stopped MANUAL LocalSystem
BITS Background Intelligent Transfer Service stopped MANUAL LocalSystem
Browser Computer Browser stopped DISABLED LocalSystem
cisvc Indexing Service stopped MANUAL LocalSystem
ClipSrv ClipBook stopped MANUAL LocalSystem
Dfs Distributed File System running AUTO LocalSystem
Dhcp DHCP Client stopped MANUAL LocalSystem
DHCPServer DHCP Server running AUTO LocalSystem
Diskeeper Diskeeper running AUTO LocalSystem
dmadmin Logical Disk Manager Administrative Servic stopped MANUAL LocalSystem
dmserver Logical Disk Manager running AUTO LocalSystem
DNS DNS Server running AUTO LocalSystem

<SNIP>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top