Provides the means to install, modify, and perform operations on Windows Installer from the command line.
cmd>get-wmiobject Win32_Product | Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize
cmd>msiexec.exe /x {your-product-code-guid} /q