1、获取远程服务器的管理员权限
net use \IP地址 “管理员密码” /user:administrator
2、使用shutdown命令远程重启服务器
shutdown /r /t 0 /m \IP地址
shutdown /r /m \IP地址-t 0
shutdown /i
1、获取远程服务器的管理员权限
net use \IP地址 “管理员密码” /user:administrator
2、使用shutdown命令远程重启服务器
shutdown /r /t 0 /m \IP地址
shutdown /r /m \IP地址-t 0
shutdown /i