SyntaxFix
Write A Post
Hire A Developer
Questions
For identifying which of the objects in an array have a property
$HasProperty = $ArrayOfObjects | Where-Object {$_.MyProperty}