WinSCP not in program list
I do not find WinSCP (installed version 6.1.1) in the list of programs via:
or
but it is in system control | programs and functions.
I need PowerShell access to this information. What can I do?
Thanks – Michael
Get-WmiObject -Class Win32_Product
Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*
I need PowerShell access to this information. What can I do?
Thanks – Michael