Podcasts by PowerShell Cmdlet of the Day Podcast

PowerShell Cmdlet of the Day Podcast

Learn a New PowerShell Cmdlet Today

Further podcasts by Tome Tanasovski

Podcast on the topic Technologie

All episodes

PowerShell Cmdlet of the Day Podcast
Episode 13 – Stop-Computer – Restart-Computer from 2011-09-29T00:00:53

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

Listen
PowerShell Cmdlet of the Day Podcast
Episode 12 – Variable, Env, Function Provider from 2011-09-26T00:00:05

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

Listen
PowerShell Cmdlet of the Day Podcast
Episode 11 – Export-CSV – ConvertTo-CSV from 2011-09-22T00:00:40

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

Listen
PowerShell Cmdlet of the Day Podcast
Episode 10 – Select-Object from 2011-09-19T00:00:21

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

Listen
PowerShell Cmdlet of the Day Podcast
Episode 9 – Out-Null from 2011-09-15T00:00:09

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

Listen
PowerShell Cmdlet of the Day Podcast
Episode 8 – Break and Continue from 2011-09-12T00:00:02

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

Listen
PowerShell Cmdlet of the Day Podcast
Episode 7 – Join-Path from 2011-09-08T00:00:37

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:\users\tome Join-Path c:,d: NewDir ...

Listen
PowerShell Cmdlet of the Day Podcast
Episode 6 – Split-Path from 2011-09-05T00:00:17

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

Listen
PowerShell Cmdlet of the Day Podcast
Episode 5 – BackupRestoreImport-GPO from 2011-09-01T00:00:43

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

Listen
PowerShell Cmdlet of the Day Podcast
Episode 4 – Get-GPResultantSetOfPolicy from 2011-08-29T00:00:09

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

Listen