A PowerShell function to compare installed software

Earlier this week I posted a fuction to get the installed software.
Naturally the next step is to compare installed software over multiple targets once you’ve got the results of that function.
So, here’s a function which utilizes the Get-InstalledSoftware function I posted earlier.

But… Dave Wyatt made a good comment no my Get-InstalledSoftware post which made me revise that function.
So wouldn’t I need to also revise this Compare-InstalledSoftware function? No.
Since I’m rather consistent in my output (ComputerName & Name) it works in both cases. 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *