
MSDN
Get flash to fully experience Pearltrees
Adding Custom Cmdlet Help for Providers - Windows PowerShell Blog
Merry Christmas From PowerShell: The CodeDownloader Module - Windows PowerShell Blog
Get-CommandPlugin - Windows PowerShell Blog
Adding Parameters that Process Command-Line Input
“Writing a Windows PowerShell Host application” is for developers who are designing or writing applications that host Windows PowerShell 2.0. The host application can, define the runspace where commands are run, open sessions on a local or remote computer, and invoke the commands either synchronously or asynchronously based on the needs of the application. This document focuses on how to write host applications that use the PowerShell class (introduced in Windows PowerShell 2.0) to invoke commands programmatically. This class provides a simpler solution for creating host applications then those APIs available in Windows PowerShell 1.0. In This Section See Also
Writing a Windows PowerShell Host Application
Using PowerShell to read xml-files - Little more than out of the box development
A couple of months ago a colleague and I decided to try to build a demo-environment for SharePoint. We wanted to be able to take a new fresh installed Windows 2003 (or 2008) server, and just run a PowerShell script and then the environment should be up and running. The environment should of course include sample data, sites, and last but not least a number of users. In order to do this we first had to learn PowerShell. Always fun to learn new things! This post is about how we use PowerShell to read the userdata from the xml-file.Background Jobs
Improving Parameter Set Design - Windows PowerShell Blog
Designing Cmdlets That Have Lots of Parameters - Windows PowerShell Blog
We often get the question of what to do about a cmdlet that has lots of parameters. Do you break it up into multiple commands or just have a single cmdlet with lots of parameters. Here is the way I think about it: If you have to enter 100 things to get a job done, it doesn’t really matter whether you enter those 100 things via 1 cmdlet with 100 parameters or 10 cmdlets with 10 parameters each.Description PowerBook is the Facebook Module for Windows PowerShell. PowerBook allows you to use many of Facebook features and interact with Facebook via Windows PowerShell. PowerBook contain 24 PowerShell functions that allow you to do most of Facebook actions. PowerBook is the result of integration between Windows PowerShell and Facebook Developer’s Toolkit v3.0. The story behind PowerShell PowerBook

