Monthly Archives: November 2006

PSCX Update

We are getting close to releasing a new version of PowerShell Community Extensions.  The change log for this release is looking like this at the moment:   What’s New in this Release New install options:Option to install a shared profile … Continue reading

Posted in PowerShell | Leave a comment

Simpler URL for PSCX Project

The PowerShell Community Extensions project can now be found at a simpler URL:   http://www.codeplex.com/PowerShellCX   BTW work is proceeding on PSCX.  For the next release I hope to have some more UX style utilities (equivalent for dos2ux, ux2dos and … Continue reading

Posted in PowerShell | Leave a comment

Turn Off the Oven! It’s Done! PowerShell RTM’d Today

Wow it has been a little over three years since I first saw PowerShell (then Monad) demo’d at PDC 2003 on Wednesday, October 29th in a session inconspiciously named "ARC334 Building Manageable Apps: Admin Scripting and Automation".  In room 515AB of the L.A. … Continue reading

Posted in PowerShell | Leave a comment

Calling a WCF Service from PowerShell

A while back I showed how to call a Web Service from PowerShell.  It was pretty easy.  Doing the same for a Windows Communication Foundation service is just about as easy.  The only wrinkle is in specifying the binding and … Continue reading

Posted in PowerShell | 7 Comments