Powshell GUI for selecting objects in a pipeline ("Select-GraphiphicalFilteredObject.ps1")
This is an enhanced version of a script from Lee Holmes' book Windows PowerShell Cookbook (O'Reilly). The original script takes a pipeline & presents a GUI that lets you select which elements to pass on to the next step in the pipeline. That's unchanged, but my enhanced script does a little more:
- Added 'All' and 'None' buttons
- A little space around the checked list box
- Option to set the title to something domain-specific
- Turn off CheckOnClick behavior because I think it's annoying but leave it as an option, if you like that sort of thing.
EDIT: Fix the attachment.
Select-GraphicalFilteredObject.ps1
Comments
Anonymous
September 12, 2007
PingBack from http://msdnrss.thecoderblogs.com/2007/09/12/screenshot-of-select-graphicalfilteredobjectps1-in-action/Anonymous
September 12, 2007
A picture would be helpful in understanding what this script does. dir $pshome | Select-GraphicalFilteredObject.ps1