Remote CMD Shell Windows with PsExec
Installation
Download PsExec from HERE
Extract .zip locally to preferred folder
Open CMD in that location (via CMD cd
or shift right-click “Open in Terminal”)
Run the following to open up an interactive CMD on the remote machine (Alternatively replacing cmd.exe with powershell.exe)
1
.\PsExec.exe -i -h \\IPAddressOrName -u Username -p Password "cmd.exe"