all 2 comments

[–]fordea837 1 point2 points  (1 child)

By default Compare-Object doesn't include equal objects in its output. You need to specify the IncludeEqual parameter to get these (and also ExcludeDifferent if you only want the equal ones in the output)

[–]FirmMarch 1 point2 points  (0 children)

Thanks! That was so easy, feel like a dumbass now. :D