There are few cases where we need to shutdown/restart the terminal server remotely. you can follow the steps mentioned below.
- Login to the other remoter server
- Open command prompt
- Enter command as tsshutdn /SERVER:servername /reboot to reboot the server/system
- Enter command as tsshutdn /SERVER:servername to shutdown the server/system
Example
tsshutdn /SERVER:127.0.0.1
The first command restart server named "servername".
The second command shutdown server named "servername".
No comments:
Post a Comment