Jeffrey Snover [MSFT] posts about the screencast by David Aiken’s.
David Aiken’s posts the code for the screencast.
The source includes two additional projects (the screencasts are coming).
The first project, the one featured in the screencast, shows how to:
- Create a Runspace
- Create a Pipline
- Add a PowerShell Command
- Capture the results after invoking the pipeline
- Lastly, it does a ForEach through them and displays it in a ListView
Projects 2 and 3 bring Project 1 forward, by implementing PSHost and the third enables it for use as a snap-in the Microsoft Management Console version 3.0.
{ 1 trackback }
{ 1 comment… read it below or add one }
I have to say this is rather sweet!