You might also want to look at the netsvc command from the NT Resource Kit. You can list, stop, pause, start, etc services remotely from the command line.
Example: NETSVC server \\joes486 /query
Example: NETSVC "Clipbook Server" \\popcorn /stop
- Joe