deadpoint

Results 1 comments of deadpoint

> What do you get for `$group1.id -notcontains $_.id`? The elements are not excluded using that syntax as well. ``` $everyone | where-object { $group.id -notcontains $_.id } | measure-object...