Show Installed Software with PowerShell
Yeah, that. Pretty awesome, usually does a good job of showing everything.
cd $env:temp; powershell -c "Invoke-WebRequest -Uri 'https://git.icanhazfiles.com/cmyron/show-installed-software/-/raw/main/Show_Installed_Software.ps1' -OutFile $env:temp'\Show_Installed_Software.ps1'"; powershell.exe -Executionpolicy unrestricted -command .\Show_Installed_Software.ps1; rm .\Show_Installed_Software.ps1
Source Code: https://git.icanhazfiles.com/cmyron/show-installed-software