PowerShell Cmdlet of the Day Podcast
by Tome Tanasovski
September 29, 2011 10:00 am
Join MVP recipient and PowerShell Bible author, Tome Tanasovski, in a short-form podcast that will explore a PowerShell cmdlet or technique in each episode. 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 […]
Recent Episodes
Episode 11 – Export-CSV – ConvertTo-CSV
13 years agoEpisode 10 – Select-Object
13 years agoEpisode 9 – Out-Null
13 years agoEpisode 8 – Break and Continue
13 years agoEpisode 7 – Join-Path
13 years agoEpisode 6 – Split-Path
13 years agoEpisode 5 – BackupRestoreImport-GPO
13 years agoEpisode 4 – Get-GPResultantSetOfPolicy
13 years ago