Oh Damn Side by Side Comparison in Powershell

I work in Directories, usually lots of them at the same time. Spend a little time comparing the same user in 3 or 4 different directories and you long for a way to show them side by side. The Compare-Object cmdlet is handy for comparing lists of files but actually compare objects it does not!

You have two or more objects, one works, one does not, you want to find out what is different between the two - this cmdlet is for you! Compare-SideBySide.ps1