Listing running services at the command line

  • Thread starter Thread starter foxy1977
  • Start date Start date
F

foxy1977

How do i manage to get a list of all the services that are running on a
windows 2000 server. I need to get them at the command line so i can
redirect them to a file as part of my documentation.

Thanks


John
 
net start

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| How do i manage to get a list of all the services that are running on a
| windows 2000 server. I need to get them at the command line so i can
| redirect them to a file as part of my documentation.
|
| Thanks
|
|
| John
|
 
Hello,



If you want a bit more comprehensive documentation you can try my
sydi-server script found at http://sydi.sourceforge.net. The script does WMI
queries against computers and creates a report in MS Word or XML.



Best regards

Patrick
 
Simplist will be get SC.exe from win2k3 and put in system32...will help get
lot more with this command.
 
Back
Top