This is the source code for my post: "Writing Custom Cmdlets for Windows PowerShell". It contains:
- The code for the cmdlet itself, including the installation script.
- A Unit Test project
- A simple class library with a sample Customer class, which can be used to illustrate some advanced pipeline processing techniques.
For instructions on how to build, install and use the cmdlet, please refer to the corresponding post.