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
Comments
0 comments
Article is closed for comments.