EZOut
EZOut copied to clipboard
New Command - `Write-FormatSelectionCondition`
Synopsis
Write a Selection Condition
Description
Write a formatting selection condition.
Example
Write-FormatSelectionCondition -TypeName 'AnyTypeName' # should default to a -ScriptBlock that returns $true
Write-FormatSelectionCondition -TypeName 'AnyTypeName' -ScriptBlock { $_.X -eq 2 }
Links
No response