Skip to content

Instantly share code, notes, and snippets.

@martin9700
Created February 27, 2014 13:21
Show Gist options
  • Save martin9700/9249863 to your computer and use it in GitHub Desktop.
Save martin9700/9249863 to your computer and use it in GitHub Desktop.
[CmdletBinding()]
Param (
[Parameter(Mandatory,Position=0)]
[string]$Property,
[Parameter(Mandatory,Position=1)]
[string]$Color,
[Parameter(Mandatory,ValueFromPipeline)]
[Object[]]$InputObject,
[Parameter(Mandatory)]
[string]$Filter
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment