Monday, November 26, 2012

How to view installed programs on remote machine.

How to view installed programs on remote machine and export to text file in C drive - You can use WMI from powershell:


1. Run Windows PowerShell as Administrator

2.  Copy and paste below command

gwmi win32_product -ComputerName NameOfYourPC >c:\ViewSoftwares.txt

3. After few minutes go to your C:\ drive and look for ViewSoftwares.txt file to see what programs has been installed for the computer NameOfYourPC.

No comments:

Post a Comment