Recently I wrote an generic object persistor (to DB) in PowerShell. I would love to share it but there are too many depenencies. The subject of this post is however on doing set operations. The object persistor, simply saves one or more custom objects to a given database table. This involved validation to make sure … Continue reading Perform Set Operations (Union, Intersection, Minus & Complement) Using PowerShell