The SMS_TopThreatSummary Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that summarizes the top threats per collection.

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

Class SMS_TopThreatSummary : SMS_BaseClass
{
	String CollectionID;
	UInt32 CollectionMembers;
	String CollectionName;
	UInt32 FailedCount;
	DateTime FirstDetectionTime;
	UInt32 InfectedCount;
	Boolean IsAllowed;
	Boolean IsExcluded;
	Boolean IsRestored;
	DateTime LastDetectionTime;
	DateTime LastUpdateTime;
	UInt32 PendingCount;
	UInt32 RemediatedCount;
	UInt32 Severity;
	UInt32 ThreatCategoryID;
	UInt64 ThreatID;
	String ThreatName;
};

Methods

The SMS_TopThreatSummary class does not define any methods.

Properties

CollectionID

Data type: StringAccess type: Read/Write Qualifiers: [key]Identifier of the collection.
CollectionMembers

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of collection members.
CollectionName

Data type: StringAccess type: Read/Write Qualifiers: noneName of the collection.
FailedCount

Data type: UInt32Access type: Read/Write Qualifiers: noneFailed action client count.
FirstDetectionTime

Data type: DateTimeAccess type: Read/Write Qualifiers: noneFirst time the malware is detected.
InfectedCount

Data type: UInt32Access type: Read/Write Qualifiers: noneInfected client count.
IsAllowed

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if we've trigger the action to allow this malware in this collection.
IsExcluded

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if we've chosen to exclude this malware path (in the scan list) in this collection.
IsRestored

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if we've tried to restore this malware in this collection.
LastDetectionTime

Data type: DateTimeAccess type: Read/Write Qualifiers: noneLast detection time.
LastUpdateTime

Data type: DateTimeAccess type: Read/Write Qualifiers: noneLast update time.
PendingCount

Data type: UInt32Access type: Read/Write Qualifiers: noneNumber of clients with pending actions to finish the remediation of the malware in this collection.
RemediatedCount

Data type: UInt32Access type: Read/Write Qualifiers: noneNumber of clients where malware was remediated successfully in the collection.
Severity

Data type: UInt32Access type: Read/Write Qualifiers: noneThreat severity. Possible values are:

0

Not Yet Classified

1

Low

2

Medium

3

Not Used

4

High

5

Severe

ThreatCategoryID

Data type: UInt32Access type: Read/Write Qualifiers: noneCategory identifier of the threat.
ThreatID

Data type: UInt64Access type: Read/Write Qualifiers: [key]Identifier of the threat.
ThreatName

Data type: StringAccess type: Read/Write Qualifiers: noneName of the threat.

Remarks

Requirements

Runtime Requirements

Development Requirements