Script to List All Things in "Add/Remove Programs"

Script to List All Things in "Add/Remove Programs"

This is a script that was created to list all of the things found in the "Add/Remove Programs" feature found on Windows devices.

get-wmiobject Win32_Product | Sort-Object -Property Name |Format-Table Name, Version, LocalPackage -AutoSize
Was this article helpful?
0 out of 0 found this helpful