This week I had to compare software on multiple Remote Desktop Servers.
To do this quicly I wrote this little Powershell script, to create a CSV file of the software, in order to compare the lists.
You can create a list by means of:
Get-WmiObject -class win32_product
Creating
Read more... HOW TO: Create a software list in powershell on server 2008 (R2) + 2012 (R2)