Powshell GUI for selecting objects in a pipeline ("Select-GraphiphicalFilteredObject.ps1")

Published 12 September 07 12:39 PM

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.

Comments

# MSDN Blog Postings » Screenshot of Select-GraphicalFilteredObject.ps1 in action said on September 12, 2007 6:48 PM:

PingBack from http://msdnrss.thecoderblogs.com/2007/09/12/screenshot-of-select-graphicalfilteredobjectps1-in-action/

# jaybaz [MS] WebLog said on September 13, 2007 1:55 AM:

A picture would be helpful in understanding what this script does. dir $pshome | Select-GraphicalFilteredObject.ps1

New Comments to this post are disabled
Page view tracker