remctld on windows

Christopher D. Clausen cclausen at acm.org
Fri Feb 26 19:42:59 EST 2010


Jason Edgecombe <jason at rampaginggeek.com> wrote:
> We want to have a tool for our help desk students to list and kill
> processes for other users on workstations along with being able to
> trigger a remote shutdown or reboot.

Tasklist.exe, taskkill.exe and shutdown.exe are already on Windows 
systems and already do this, assuming you have the proper admin share 
access enabled on the remote system.

The more generic psexec.exe is available from sysinternals:
http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx
and the Linux version of it at:
http://eol.ovh.org/winexe/

There is also the wmic.exe command and its associated options:
http://technet.microsoft.com/en-us/library/bb742610.aspx

<<CDC




More information about the Kerberos mailing list