scubes13
Results
1
comments of
scubes13
Per Luke, can use the following: `get-huducompanies | where-object {$_.whatever -eq 'thing'}` Such as the following example: `$company = Get-HuduCompanies | where-object {$_.nickname -eq $mrkOrg.name}`