Consider comparing objects in $refs
and $difs
:
Compare-Object -ReferenceObject $ref -DifferenceObject $dif -Property $property
What about if I want to compare $refs[i].Name + ' new'
with $difs[i].Name
? What kind of $property
should I set?