The SMS_EndpointProtectionThreatData Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents Microsoft official threats. This is a metadata table/view and all data is extracted from the signature update.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_EndpointProtectionThreatData : SMS_BaseClass
{
	UInt32 DefaultActionID;
	UInt32 IsAV;
	String Name;
	UInt64 ThreatID;
	UInt32 VersionFirstUpdated;
};

Methods

The SMS_EndpointProtectionThreatData class does not define any methods.

Properties

DefaultActionID

Data type: UInt32Access type: Read/Write Qualifiers: noneIdentifier of the action the EndPoint Protection agent will take for this particular threat.

0

Recommend

2

Quarantine

3

Remove

6

Allow

IsAV

Data type: UInt32Access type: Read/Write Qualifiers: noneIs Antimalware or Antispyware.  
Name

Data type: StringAccess type: Read/Write Qualifiers: noneThreat name.
ThreatID

Data type: UInt64Access type: Read/Write Qualifiers: [key]Threat identifier.
VersionFirstUpdated

Data type: UInt32Access type: Read/Write Qualifiers: noneSignature version.

Remarks

Requirements

Runtime Requirements

Development Requirements