The SMS_AmPolicySummary Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the endpoint protection client antimalware policy status.

Important
This class is only for customized antimalware policy summary.

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

Class SMS_AmPolicySummary : SMS_BaseClass
{
	UInt32 AppliedCount;
	DateTime AssignmentTime;
	UInt32 ClientSettingsID;
	String CollectionID;
	String CollectionName;
	UInt32 FailureCount;
	UInt32 ID;
	DateTime LastClientUpdateTime;
	UInt32 NotAppliedCount;
	UInt32 TotalCount;
	UInt32 UnknownCount;
};

Methods

The SMS_AmPolicySummary class does not define any methods.

Properties

AppliedCount

Data type: UInt32Access type: Read/Write Qualifiers: noneThe number of clients that applied this particular antimalware policy
AssignmentTime

Data type: DateTimeAccess type: Read/Write Qualifiers: noneLocal time the customized setting is deployed.
ClientSettingsID

Data type: UInt32Access type: Read/Write Qualifiers: noneUnique identifier of the antimalware setting.
CollectionID

Data type: StringAccess type: Read/Write Qualifiers: noneCollection identifier.
CollectionName

Data type: StringAccess type: Read/Write Qualifiers: noneCollection name.
FailureCount

Data type: UInt32Access type: Read/Write Qualifiers: noneThe number of clients that failed to apply this particular antimalware policy.
ID

Data type: UInt32Access type: Read/Write Qualifiers: [key]Identifier of the antimalware setting assignment.
LastClientUpdateTime

Data type: DateTimeAccess type: Read/Write Qualifiers: noneLast update from all assigned clients.
NotAppliedCount

Data type: UInt32Access type: Read/Write Qualifiers: noneNumber of clients that are not applicable to apply the policy.
TotalCount

Data type: UInt32Access type: Read/Write Qualifiers: noneTotal number of clients assigned the policy.
UnknownCount

Data type: UInt32Access type: Read/Write Qualifiers: noneNumber of unknown clients.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also