Rmote Control via CMD
Environment
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
- Microsoft Windows XP SP3
- Microsoft PsExec 1.9X
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 administratorsReference
- http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx