Hi,
I assume these machines are unmanaged, and therefore querying the SEC database is out?
I posted the following:
which will get you at the information locally. Maybe this could write out some keys you could then query?
The other option at least for the version is to go after the uninstall hive,e.g.:
HKEY_LOCAL_MACHINE\SOFTWARE\[Wow6432Node]\Microsoft\Windows\CurrentVersion\Uninstall\{9ACB414D-9347-40B6-A453-5EFB2DB59DFA}\DisplayVersion
Where:
{9ACB414D-9347-40B6-A453-5EFB2DB59DFA} is the GUID of SAV.
Hope this offers something.
Regards,
Jak
Hi,
I assume these machines are unmanaged, and therefore querying the SEC database is out?
I posted the following:
which will get you at the information locally. Maybe this could write out some keys you could then query?
The other option at least for the version is to go after the uninstall hive,e.g.:
HKEY_LOCAL_MACHINE\SOFTWARE\[Wow6432Node]\Microsoft\Windows\CurrentVersion\Uninstall\{9ACB414D-9347-40B6-A453-5EFB2DB59DFA}\DisplayVersion
Where:
{9ACB414D-9347-40B6-A453-5EFB2DB59DFA} is the GUID of SAV.
Hope this offers something.
Regards,
Jak