Get Application GUID Using WMIC

Here is a quick command to get all the application GUID’s on the current system using WMIC command and put them into a CSV for import into Excel.

wmic product get identifyingnumber,name,vendor,version /FORMAT:csv | find "{" >>%COMPUTERNAME%-GUID.csv

Leave a Reply

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