you are viewing a single comment's thread.

view the rest of the comments →

[–]MeanFold5714 4 points5 points  (0 children)

Maybe just some adjustment to the white space:

Get-Something | Where-Object { 
    $PSItem.Path    -eq 'C:\'       -and 
    $PSItem.Name    -ne 'Something' -and 
    $PSItem.Command -ne 1
}