Podcast

Episode 26 – Keith Hill

Jonathan Walz
3 min read
Share:

Listen to this Episode

Audio available

A Podcast about Windows PowerShell.
Listen:

In This Episode

We’ve got a great show lined up for you today.  I am really pleased to announce our guest: Keith Hill, a well-known developer in the PowerShell Community.  Also, as we hinted during the last show, your participation and support makes advertisers happy, and when they’re happy, they give away stuff.  This one is cool because many will enter–and many will win!  Stay tuned for details.  And as usual, we’ve got a bunch of news, tips, and resources to share.

News

This week’s show is brought to you by Quest Software.

For a limited time, Quest is offering Powerscripting Podcast listeners a free copy of Jeffery Hicks upcoming book, Managing Active Directory with Windows PowerShell: TFM from Sapien Press.

Go to www.quest.com/powerscripting to register for your copy and download their free graphical user interface, script editor and Active Directory commands.

  • Dmitry (from Dmitry’s PowerBlog) has a tutorial{#dhlp} on how to do the impossible–install PowerShell on 2008 Server Core!
  • Marco Shaw wrote a chapter on PowerShell in the newly released Windows Server 2008 Administrator’s Companion according to Marco’s blog post {#5.} it’s about 80 pages and is an overview intended for administrators that are new to PowerShell.

 Interview

Resources

  • //O// has a beta version of his WMI explorer {#x3x.} that uses WPF

Tips

PowerShell V2 introduces a new capability which allows you to remotely manage machines in your organization. I will give a basic overview of PowerShell remoting here and follow it up with some adavanced topics later. Are you ready for the fun..

  * 

      [Fun with Script Cmdlets](http://blogs.msdn.com/powershell/archive/2008/05/09/fun-with-script-cmdlets.aspx) (PowerShell Team blog)

Script Cmdlets are one of the coolest things about the newer version of PowerShell.  A Script cmdlet allows you to use all of the variety of cmdlet parameter sets inside of PowerShell functions.

  * [PowerShell Transactions QuickStart][12]{#mj} (PowerShell Team blog)  
    The second CTP of PowerShell V2 (CTP2) introduces full engine support for transactions "“ groups of actions that can be finalized or undone in an all-or-nothing way.
  * Joel from Huddled Masses wrote a couple of posts about using STA (Single Threaded Apartment) mode and a few other CTP2 goodies to build some wicked-cool GUI elements using WPF and XAML. 
      * [WPF From PowerShell - A Splash Screen][13]{#ll7z}
      * [WPF From PowerShell - Updating Windows][14]{#i9hb}