To restart or shut down a remote computer and document the reason using the command line
Click Start, click All Programs, click Accessories, and click Command Prompt.
ping computer name or IP
if reply
Type shutdown /[r|s] /m \\ComputerName /force
For Restart:
shutdown /r /m \\ComputerName /force
- For Shutdown :
shutdown /s /m \\ComputerName /force
ping computer name or IP
if time out then Okay
No comments:
Post a Comment