I am trying to run a WMIC command to query all installed software on a machine (NOT POWERSHELL) I'm currently getting a but stuck on the correct syntax though. This is what I have so far and it is returning an ERROR: Retrieve Result Data.
wmic -U username%password //192.168.xxx.xxx --namespace=root/default "select * from HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Uninstall"
Any ideas where i am going wrong?