This is Episode 22 of the Get-Scripting podcast. Tune in to listen to us talk and interview people about PowerShell.
Download it here, subscribe in iTunes or via a different feed reader.
Intro:
Alan:
EMC PowerShell Cmdlets
PowerCLI Freebies
Jonathan:
Simple-Talk Article on Modules
Interview:
Travis Jones - PowerShell Team Blog
PowerShell Deep Dive Conference
Four more reasons to come to the PowerShell Deep Dive
More Deep Dive Info
PowerShell Resources:
WMI Query Language via PowerShell eBook
PowerGUI Add-Ons
- Script Editor Essentials
- Create your own colour theme
Say Goodbye to Vesi
PowerShell News:
UK PowerCamps with Thomas Lee
- London
- York
Scripting Games - April 4 - 15th
- All links on one page
UK PowerShell User Group
- Regular Expressions with Tome Tanasovski
PowerShell Tips:
Speed up the reading of large text files
Getting registry last write time with PowerShell
Get-Variable Definition
Remoting tip
PS> Invoke-Command –computer XXX { Get-foo |Select-Object a,b,c}
Does the filtering on the remote computer and only transfers the properties you ask for:
PS> Invoke-Command –computer XXX { Get-foo } |Select-Object a,b,c
Returns ALL the properties and filters them locally.
Competition:
Prize Giveaway - Just write a review
Feedback
Send us feedback at
get [dash] scripting [at] hotmail [dot] co [dot] uk
or leave a comment here on the blog
Follow us on Twitter and join our Facebook Group
http://twitter.com/getscripting
http://twitter.com/jonathanmedd
http://twitter.com/alanrenouf
Get-Scripting Facebook Group
Extensive list of Powershell Twitterers
Subscribe to:
Post Comments (Atom)
1 comment:
I like the show. Great Job and keep up the good work.I just wish you have the podcast more often.
Post a Comment