How to Use PowerShell Where-Object to Filter All the Things

PHOTO EMBED

Mon Nov 08 2021 14:20:28 GMT+0000 (Coordinated Universal Time)

Saved by @KobeLenjou #powershell #filter

Get-Service | Where-Object -FilterScript {$_.StartType -EQ 'Automatic'}
content_copyCOPY

https://adamtheautomator.com/powershell-where-object/