Powershell : Compare an Hashtable to multiple System.Object and return only the matching one
I’m trying to compare an hashtable to multiple output from Pipeline, in he shortest way ( one line if possible).
Each output will contains at minimum same Property as Key in hashtable, but could have more Property that I don’t care.