Solution: So one of the ways to do it, to restart server in (let's say) 6 hours:Invoke-Command -ComputerName NameOfServer {shutdown /r /t 21600}
確定! 回上一頁