Skip to content

Instantly share code, notes, and snippets.

@jordanrobot
Created November 29, 2022 16:14
Show Gist options
  • Save jordanrobot/2fdb2cf4792c774b62e0d74736c1fe9c to your computer and use it in GitHub Desktop.
Save jordanrobot/2fdb2cf4792c774b62e0d74736c1fe9c to your computer and use it in GitHub Desktop.

Revisions

  1. jordanrobot created this gist Nov 29, 2022.
    1 change: 1 addition & 0 deletions get-msi-product-ids.ps1
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    get-wmiobject Win32_Product | Sort-Object -Property Name |Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize