StartAutomating / EZOut

EZOut is a PowerShell module to help take the pain out of writing format and types XML
https://ezout.start-automating.com
MIT License
60 stars 8 forks source link

`Write-FormatView -Condition` #220

Open StartAutomating opened 4 months ago

StartAutomating commented 4 months ago
mattcargile commented 2 months ago

So don't you already have this in -ViewCondition? Like the below? Or are you trying to implement a condition on the TableControl layer?

Write-FormatTableView -Property Name,ComputerName -Width 70,25  -ViewCondition { if($_.ComputerName) { $true } } -ViewTypeName myview