Answers for "can i restart remote computer via command prompt"

0

restart remote computer cmd using ip address

shutdown -m \\192.168.1.25 -r -f
Posted by: Guest on July-02-2020
1

Restart remote computer

Restart-Computer –ComputerName “NAME_OF_SYSTEM”
Posted by: Guest on May-26-2021

Code answers related to "can i restart remote computer via command prompt"

Browse Popular Code Answers by Language