PowerShell Cmdlet of the Day Podcast

PowerShell Cmdlet of the Day Podcast

Follow PowerShell Cmdlet of the Day Podcast
Share on
Copy link to clipboard

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.

Tome Tanasovski


    • Sep 21, 2011 LATEST EPISODE
    • infrequent NEW EPISODES
    • 8 EPISODES


    Search for episodes from PowerShell Cmdlet of the Day Podcast with a specific topic:

    Latest episodes from PowerShell Cmdlet of the Day Podcast

    Episode 11 – Export-CSV – ConvertTo-CSV

    Play Episode Listen Later Sep 21, 2011


    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-Process |select name,id |ConvertTo-Csv -NoTypeInformation |select -Skip 1 |out-file filetoappend.txt Brought to you by The Windows PowerShell Bible 2.0 and PowerShellGroup.Org

    Episode 10 – Select-Object

    Play Episode Listen Later Sep 18, 2011


    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 |select name, id Parameters discussed: First Last Skip Unique Return a string collection of the process names rather than an object with only a name property Get-Process |select -ExpandProperty Name Return […]

    Episode 9 – Out-Null

    Play Episode Listen Later Sep 14, 2011


    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 PowerShell Bible 2.0 and PowerShellGroup.Org

    Episode 8 – Break and Continue

    Play Episode Listen Later Sep 11, 2011


    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 PowerShell Bible 2.0 and PowerShellGroup.Org

    Episode 7 – Join-Path

    Play Episode Listen Later Sep 7, 2011


    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 $dir $child c:userstome Join-Path c:,d: NewDir c:NewDir d:NewDir Brought to you by The Windows PowerShell Bible 2.0 and PowerShellGroup.Org

    Episode 6 – Split-Path

    Play Episode Listen Later Sep 4, 2011


    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 default – returns parent path Split-Path c:userstome c:user Leaf – returns the end of the path (file or directory name) Split-Path c:userstome -Leaf tome NoQualifier – removes […]

    Episode 5 – BackupRestoreImport-GPO

    Play Episode Listen Later Aug 31, 2011


    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 cmdlets that come with the Group Policy module in the latest version of RSAT and the GPMC. $dir = '\server1gpobackups' # Backups Get-GPO -All |Backup-GPO -Path $dir Get-GPO remoting |Backup-GPO […]

    Episode 4 – Get-GPResultantSetOfPolicy

    Play Episode Listen Later Aug 28, 2011


    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 the GroupPolicy module that comes with the GPMC that is bundled in Windows Server 2008 R2 and the most recent version of RSAT. # Populate dir with the current dir regardless […]

    Claim PowerShell Cmdlet of the Day Podcast

    In order to claim this podcast we'll send an email to with a verification link. Simply click the link and you will be able to edit tags, request a refresh, and other features to take control of your podcast page!

    Claim Cancel