PowerScripting Podcast – Episode 26

18 05 2008

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 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 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 that uses WPF

Tips

  • Article from Dimitry from the PowerGUI team: Execute PowerShell Scripts from Your Smartphone
    Suppose you are on vacation/commute/away from your desk and get an emergency IT request. Would not it be cool to just text the PowerShell commands from your phone to your desk, have PowerShell over there execute the script, and send you back the results?
  • Joel from Huddled Masses has written a powerful snapin for working with HTML and XML files.
  • Dev tip: How to Register Cmdlets, Providers, and Host Applications
    This section describes how to register cmdlets, Windows PowerShell providers, and hosting applications with Windows PowerShell.
  • Hal’s Get-Parameter script (need to blog it first, don’t want to give out this link: http://powershellcentral.com/scripts/255)
  • Bunch of CTP2-specific stuff:
    • Remoting with PowerShell QuickStart (PowerShell Team blog)

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

Actions

Information

4 responses

19 05 2008
TechProsaic - I write about great software, Internet technology, cool gadgets, and The Next Big Thing. » PowerScripting Podcast episode 26 released

[...] PowerScripting Podcast – Episode 26 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. [...]

19 05 2008
The PowerShell Guy : WPF from PowerShell, the making of the WPF WMI Explorer Part1

[...] the PowerScripting Podcast episode 26 , (A great source of PowerShell information, b.t.w. did you notice that they did go weekly ? ) my [...]

27 05 2008
bruceatk

I just wanted to comment about redirecting output to a file. I have found this a frustrating issue, but my work around is to run the powershell script from cmd.exe and I am then able to redirect most output to a file using a single redirection.

c:\whereever\powershell_script.ps1 >logfile.txt

26 06 2008
PowerScripting Podcast - Episode 26 - Shay Levi

[...] PowerScripting Podcast – Episode 26 is out, this time with the legendary Keith Hill, Windows PowerShell MVP. You can also listen to the podacst online via PowerShell Community Toolbar. [...]

Leave a comment