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.

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

Methods

The SMS_NAPRestrictionErrorSummary class does not define any methods.

Properties

Description

Data type: StringAccess type: Read-onlyQualifiers: [read]Description of the error that occurred while clients were in restriction. See ErrorCode.
ErrorCode

Data type: StringAccess type: Read-onlyQualifiers: [key, read]Error that occurred while clients were in restriction.
Last30DaysCount

Data type: UInt32Access type: Read-onlyQualifiers: [read]The number of computers that reported this error message in the last 30 days.
Last7DaysCount

Data type: UInt32Access type: Read-onlyQualifiers: [read]The number of computers that reported this error message in the last 7 days.
LastDayCount

Data type: UInt32Access type: Read-onlyQualifiers: [read]The number of computers that reported this error message in the last 24 hours.
LastSummaryTime

Data type: DateTimeAccess type: Read-onlyQualifiers: [read]The last date and time when the summary ran.

Remarks

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.

Requirements

Runtime Requirements

Development Requirements

See Also