PSTools
From Triangle Wiki
Introduction
Allow for the remote administration of servers.
PsKill v1.11 - Terminates processes on local or remote systems
Usage: pskill [-t] [\\computer [-u username [-p password]]] <process ID | name>
-t Kill the process and its descendants.
-u Specifies optional user name for login to
remote computer.
-p Specifies optional password for user name. If you omit this
you will be prompted to enter a hidden password.
PsService v2.20 - Service information and configuration utility
PsService lists or controls services on a local or remote system.
Usage: psservice [\\Computer [-u Username [-p Password]]] <cmd> <optns> Cmd is one of the following:
query Queries the status of a service config Queries the configuration setconfig Sets the configuration start Starts a service stop Stops a service restart Stops and then restarts a service pause Pauses a service cont Continues a paused service depend Enumerates the services that depend on the one specified find Searches for an instance of a service on the network security Reports the security permissions assigned to a service
Use the username and password to log into the remote computer in cases where your account does not have permissions to perform the action you specify.
Omitting a command queries the active services on the specified computer. Enter -? for help on a particular command.

