```pwsh > 'aaa','bbb','aba' -like 'a*' aaa aba ``` So it's the same as `'aaa','bbb','aba'|?{$_ -like 'a*'}`. The second one. ```pwsh > $myObj | ConvertTo-Json WARNING: Resulting JSON is truncated as serialization has exceeded the set depth of 2. ``` pwsh 7.1.0.