EZOut icon indicating copy to clipboard operation
EZOut copied to clipboard

`Write-FormatView -Condition`

Open StartAutomating opened this issue 1 year ago • 1 comments

  • [ ] #217
  • [ ] #218
  • [ ] #219

StartAutomating avatar May 11 '24 06:05 StartAutomating

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

mattcargile avatar Jul 01 '24 17:07 mattcargile