PowerShell v6.1 preview 2 has added the where –not option.
The option adds another parameter to the syntax
where-object <property name> <operator like parameter> <value>
Couple of examples of using the syntax
Get-Process | where CPU -gt 12 … Read the full text.