SMS_AmPolicySummary Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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.

System_CAPS_importantImportant

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;
};

The SMS_AmPolicySummary class does not define any methods.

AppliedCount

Data type: UInt32

Access type: Read/Write

Qualifiers: none

The number of clients that applied this particular antimalware policy

AssignmentTime

Data type: DateTime

Access type: Read/Write

Qualifiers: none

Local time the customized setting is deployed.

ClientSettingsID

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Unique identifier of the antimalware setting.

CollectionID

Data type: String

Access type: Read/Write

Qualifiers: none

Collection identifier.

CollectionName

Data type: String

Access type: Read/Write

Qualifiers: none

Collection name.

FailureCount

Data type: UInt32

Access type: Read/Write

Qualifiers: none

The number of clients that failed to apply this particular antimalware policy.

ID

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

Identifier of the antimalware setting assignment.

LastClientUpdateTime

Data type: DateTime

Access type: Read/Write

Qualifiers: none

Last update from all assigned clients.

NotAppliedCount

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Number of clients that are not applicable to apply the policy.

TotalCount

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Total number of clients assigned the policy.

UnknownCount

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Number of unknown clients.

Show: