Collecting Custom Inventory for SEP 12.x definitions in ITMS 8.x
book
Article ID: 169635
calendar_today
Updated On:
Products
Inventory SolutionEndpoint EncryptionIT Management Suite
Issue/Introduction
The Symantec Endpoint Protection Integration Component (SEPIC) is no longer included in ITMS from versions ITMS 7.6 and newer.
The version of the SEP agent is still collected in the standard inventory but the details of the SEP agent virus definition files and revisions are not.
For those who require it, the enclosed PowerShell script can be deployed to collect this information via custom inventory.
Environment
ITMS 7.x, 8.x
Inventory Solution 7.x, 8.x
Environments with SEP 12.x and newer clients, who require inventory details in ITMS regarding the SEP virus definitions.
Resolution
The PowerShell script below can be used as a basis for collecting custom inventory for the virus definition data. Please note that this script is provided "as-is" and there is no additional support available from Symantec/Broadcom Support:
You will need to replace the GUID highlighted in the script below, with the GUID of your custom data class
The script will collect, definition dates and revisions on SEP 12.x (other versions not tested) for:
Virus and spyware protection
Proactive threat protection
Network threat protection
# SEP Definition Dates and Revision Number Extracted from Registry # Symantec UK # v 1.0 # # Tested on SEP 12.x
#-------- Please don't modify begin ----------- #Create instance of Altiris NSE component $nse=New-Object-ComObjectAltiris.AeXNSEvent
# Set the header data of the NSE $nse.To ="{50FBF1F5-17C5-47f1-92A8-D800B2515535}" $nse.Priority =1
# Gets the date and revision from the reg path # $v stores definition date and revision for virus and spyware protection # $b stores definition date and revision for proactive threat protection # $n stores definition date and revision for network threat protection