Files
tacticalrmm/scripts_wip/Win_Software_Installed_List.ps1
silversword411 4e5676e80f adding the wip
2021-04-29 11:45:32 -04:00

3 lines
352 B
PowerShell

Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Format-Table PSChildName, DisplayName, Publisher, DisplayVersion, Version, UninstallString
Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Format-Table PSChildName, DisplayName, Publisher, DisplayVersion, Version, UninstallString