SMS_NAPRestrictionErrorSummary 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_NAPRestrictionErrorSummary Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a Network Access Protection (NAP) restriction error summary.

System_CAPS_noteNote

This data comes from a mixture of discovery and inventory data. By default, inventory runs every week, so this information may be out-of-date.

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

Class SMS_NAPRestrictionErrorSummary : SMS_BaseClass
{
      String Description;
      String ErrorCode;
      UInt32 Last30DaysCount;
      UInt32 Last7DaysCount;
      UInt32 LastDayCount;
      DateTime LastSummaryTime;
};

The SMS_NAPRestrictionErrorSummary class does not define any methods.

Description

Data type: String

Access type: Read-only

Qualifiers: [read]

Description of the error that occurred while clients were in restriction. See ErrorCode.

ErrorCode

Data type: String

Access type: Read-only

Qualifiers: [key, read]

Error that occurred while clients were in restriction.

Last30DaysCount

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

The number of computers that reported this error message in the last 30 days.

Last7DaysCount

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

The number of computers that reported this error message in the last 7 days.

LastDayCount

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

The number of computers that reported this error message in the last 24 hours.

LastSummaryTime

Data type: DateTime

Access type: Read-only

Qualifiers: [read]

The last date and time when the summary ran.

Class qualifiers for this class include:

  • Read (read-only)

  • Secured

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Show: