The following the the PoSH equivalent of appwiz.cpl in Windows:
PS> invoke-command TestWindows {Get-Package -Provider Programs -IncludeWindowsInstaller|select-object Name,Version|sort -property Name}|select -property * -ExcludeProperty runspaceid,pscomputername
Name Version
---- -------
7-Zip 18.06 (x64 edition) 18.06.00.0
DRAC Command Line Tools 9.2.0
Notepad++ (64-bit x64) 7.5.9
NSClient++ (x64) 0.5.2039
PuTTY release 0.71 (64-bit) 0.71.0.0
Categories: