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 […]

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