PowerShell Cmdlet of the Day Podcast
PowerShell Cmdlet of the Day Podcast

PowerShell Cmdlet of the Day Podcast

Tome Tanasovski

Overview
Episodes

Details

Learn a New PowerShell Cmdlet Today

Recent Episodes

Episode 13 – Stop-Computer – Restart-Computer
SEP 29, 2011
Episode 13 – Stop-Computer – Restart-Computer

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

play-circle
-1 MIN
Episode 12 – Variable, Env, Function Provider
SEP 26, 2011
Episode 12 – Variable, Env, Function Provider

Download the MP3 Podcast

In this episode we look at a few commonly overlooked providers and what they contain.

Try the following:

cd variable:
dir

cd env:
dir

cd function:
dir

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

play-circle
-1 MIN