Episode 13 – Stop-Computer – Restart-Computer

SEP 29, 2011-1 MIN
PowerShell Cmdlet of the Day Podcast

Episode 13 – Stop-Computer – Restart-Computer

SEP 29, 2011-1 MIN

Description

Download the MP3 Podcast

In this episode we look at how you can power down or reboot computers on your network. We also realize that this is the easiest way to learn how to do the same for any Windows 8 computer.

Restart-Computer -ComputerName (gc c:\computerlist.txt) -ThrottleLimit 64 -Force

Brought to you by The Windows PowerShell Bible 2.0 and PowerShellGroup.Org