Rmote Control via CMD

Environment
  • Microsoft Windows XP SP3
  • Microsoft PsExec 1.9X
Introduction
Running a command, just like on local, is to remote computer


Procedures
Download PsExec 1.9X, just unzip it, no need to install

For example, wanna get the members of local administartors group
C:\PsTools\psexec.exe -u <domain\username> -p <password> \\<ip / hostname> net localgroup administrators
Reference
  • http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx