Need K1000 to Deliver MSE/EndPoint Protection Definiton Version to Custom Inventory Field
I want our K1000 to be able to display the current definition version for Microsoft Security Essentials/Endpoint Protection in a custom inventory field. I am at a loss as how to accomplish this.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
aragorn.2003
9 years ago
You have to check the registry and use the function RegistryValueReturn. You should find all the information here: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Antimalware\Signature Updates
e.g
RegistryValueReturn(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Antimalware\Signature Updates, AVSignatureVersion, TEXT)
Comments:
-
Got it working. Thank you! - SpatteR 9 years ago