where-object
Verified for current stable LTS
Where Object Commands
Where Object command syntax with verified terminal examples.
Commands
3 commands for Where Object
where-object HTTP
Where Object Command: Filter Aliases By Name
Get-Alias | Where-Object -<Property> <Name> -<eq> <name> where-object HTTP
Where Object Command: Filter Modules By Name Conditions
Get-Module -ListAvailable | Where-Object { $_.Name -NotLike "Microsoft*" -And $_.Name -NotLike "PS*" } where-object HTTP
Where Object Command: List Stopped Services
Get-Service | Where-Object {$_.Status -eq "Stopped"} Suggest a Where Object Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Where Object workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.