I have an array of objects of the following structure:
structure Disk { int UID; String Computer; }
A computer may have a bunch of shar
For set subtraction (a - b):
$a | ?{-not ($b -contains $_)}