Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Couple of ways to gain access or restart windows server remotely: |
To access admin session, issue below command at command prompt: mstsc /admin /v:servername |
To run as domain admin account to command prompt: Runas /noprofile /user:domain\admin-username cmd |
To retsart safely, issue below command at "Runas" (from step above) command prompt: shutdown /r /f /t 0 /m \\servername /c "Comment" |