Jason Prickett has a post up on using PowerShell with the Team Build Object Model: This entry is based on Team Build's next version which is available in a CTP release right now, and will be in Beta very soon (don't ask, I don't know when). In the next version of Team Build, we have included an Object Model (OM) that wraps all the functionality of the Web Services. This makes writing your own apps that need build information, much easier. As I talk about how to use the methods and objects in the ......
For anyone intersted in doing PowerShell cmdlet development, Mike Stall has a good post on using Visual Studio to create and debug cmdlets: Here's how you can get a sweet Visual Studio development experience for building and debugging your own PowerShell cmdlet:- It has Wizard support for initially creating the cmdlet, - intellisense- F5 build support which also registers your cmdlet- provides the full power of the VS debugger including Edit-and-Continue when debugging your cmdlets. I've not done ......
The Windows PowerShell Team Blog has a nice post, including sample code, on Start-Demo: Help doing demos using PowerShell: I decided I had had enough of that nonsense and decided to write a script which would run a demo for me. I've called this function: Start-Demo. I've attached it to this blog entry. I have to say that I'm pretty please with how it came out. I'll not pretend that I completely understood the script, being the PowerShell novice that I am. However, I did think it was an interesting ......