jaybaz [MS] WebLogWe believe in nothing.Screenshot of Select-GraphicalFilteredObject.ps1 in action- September 12, 2007 A picture would be helpful in understanding what this script does. dir $pshome Select-GraphicalFilteredObject.ps1 -title "Jay's blog is the best!" gives this UI:http://blogs.msdn.com/jaybaz_ms/archive/2007/09/12/screenshot-of-select-graphicalfilteredo... Powshell GUI for selecting objects in a pipeline ("Select-GraphiphicalFilteredObject.ps1")- September 12, 2007 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...http://blogs.msdn.com/jaybaz_ms/archive/2007/09/12/powshell-gui-for-selecting-objects-in-a... |