Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
Restart machines using PowerShell
July 11, 2016
Q. How can I restart my machine using PowerShell?
A. To restart a machine use Restart-Machine. To shutdown use Stop-Computer.
You May Also Like