Windows CMD Administration
Quick CMD Reference for Windows Administration
Restart Remote Workstations
shutdown -m \Remote_PC_IP_or_FQDN -t 0 -r -f Possible shutdown command flags: -r : reboots th...
View and Kill Task (Running Processes) on Remote Workstations
View Task tasklist lists current processes running on the machine. tasklist /s remote_computer_...
List logged in Users on Remote Workstations
query USER /SERVER:Remote_PC_IP_OR__FQDN
RoboCopy
If you are familiar with rsync on Linux, you will appreciate this Windows command line tool - rob...