Hi there.
I am writing my own little utility that queries the local F-Secure installation for real time config information.The utility is meant to be run by users so they can see some system info and if necessary reset their UID by the click of a button.
I query the Windows registry to get the F-Secure install path, product name (i.e. "F-Secure Client Security") and the UID, and I use polutil.exe to get some other information. My problem is that I have now idea what OIDs to query.
This is what I have so far:
Version: POLUTIL.EXE G 1.3.6.1.4.1.2213.27.2.1
PMS address: POLUTIL.EXE G 1.3.6.1.4.1.2213.11.1.14.4.2.1 (not sure about this OID)
And I am looking for these
Last connection to PMS: POLUTIL.EXE G ?.?.?.?.?.?.?.?
Real-Time Scanner enabled/disabled: POLUTIL.EXE G ?.?.?.?.?.?.?.?.?.?
Firewall enabled/disabled: POLUTIL.EXE G ?.?.?.?.?.?.?.?.?.?
Can anyone help me with the missing OIDs?
Are there any other ways to query for this information other than using the polutil? The polutil uses a second or two to finish every query on slow computers, and when querying several OIDs then... you get the picture...
Thanks in advance for any help! 