The SMS_NAPSystemInfo Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents Network Access Protection (NAP) related system information.

Note
The logic used to populate NAPIncapableCount does not take Windows XP Professional SP2 x64 Edition into consideration. Client computers running this operating system will not appear under this property.

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

Class SMS_NAPSystemInfo : SMS_BaseClass
{
	UInt32 NAPEnabledCount;
	UInt32 NAPIncapableCount;
	UInt32 NAPRestrictedCount;
	UInt32 NAPUpgradeableCount;
	UInt32 TotalCount;
};

Methods

The SMS_NAPSystemInfo class does not define any methods.

Properties

NAPEnabledCount

Data type: UInt32Access type: Read-onlyQualifiers: [read]Number of NAP-enabled computers. The default value is 0.
NAPIncapableCount

Data type: UInt32Access type: Read-onlyQualifiers: [read]Number of computers not enabled for NAP. The default value is 0.
NAPRestrictedCount

Data type: UInt32Access type: Read-onlyQualifiers: [read]Number of computers restricted from running NAP. The default value is 0.
NAPUpgradeableCount

Data type: UInt32Access type: Read-onlyQualifiers: [read]Number of computers that can be upgraded to NAP. The default value is 0.
TotalCount

Data type: UInt32Access type: Read-onlyQualifiers: [read, key]Total number of computers. The default value is 0.

Remarks

Class qualifiers for this class include:

  • Read (read-only)

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