Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing
Podcast Image

PowerShell Cmdlet of the Day Podcast

Technology

Activity Overview

Episode publication activity over the past year

Episodes

Episode 13 โ€“ Stop-Computer โ€“ Restart-Computer

29 Sep 2011

Contributed by Lukas

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 easie...

Episode 12 โ€“ Variable, Env, Function Provider

26 Sep 2011

Contributed by Lukas

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 ...

Episode 11 โ€“ Export-CSV โ€“ ConvertTo-CSV

22 Sep 2011

Contributed by Lukas

Download the MP3 Podcast In this episode we look at how we can turn PowerShell objects into comma separated strings and files Append Example: Get-Proc...

Episode 10 โ€“ Select-Object

19 Sep 2011

Contributed by Lukas

Download the MP3 Podcast In this episode we explore all of the possibilities for one of the most used PowerShell cmdlets. Basic Example: Get-Process &...

Episode 9 โ€“ Out-Null

15 Sep 2011

Contributed by Lukas

Download the MP3 Podcast In this episode we look at how you can stop the pipeline and suppress output with Out-Null. Brought to you by The Windows Pow...

Episode 8 โ€“ Break and Continue

12 Sep 2011

Contributed by Lukas

Download the MP3 Podcast In this episode we look at how you can use break and continue to control the flow of loops. Brought to you by The Windows Pow...

Episode 7 โ€“ Join-Path

08 Sep 2011

Contributed by Lukas

Download the MP3 PodcastIn this episode we look at how you can easily concatenate paths with Join-Path. $dir = 'C:\users' $child = 'tome' Join-Path $d...

Episode 6 โ€“ Split-Path

05 Sep 2011

Contributed by Lukas

Download the MP3 Podcast In this episode we look at how you can carve up strings that make up strings of text that make up paths with Split-Path: By d...

Episode 5 โ€“ BackupRestoreImport-GPO

01 Sep 2011

Contributed by Lukas

Download the MP3 Podcast In this episode we look at how you can Backup, Restore, and Import Group Policy Objects using Windows PowerShell and the cmdl...

Episode 4 โ€“ Get-GPResultantSetOfPolicy

29 Aug 2011

Contributed by Lukas

Download the MP3 Podcast In this episode we look at how you can generate an RSOP with Windows PowerShell by using Get-GPResultantSetOfPolicy by using ...