SMS_NAPSystemInfo 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_NAPSystemInfo Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents Network Access Protection (NAP) related system information.

System_CAPS_noteNote

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

The SMS_NAPSystemInfo class does not define any methods.

NAPEnabledCount

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Number of NAP-enabled computers. The default value is 0.

NAPIncapableCount

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Number of computers not enabled for NAP. The default value is 0.

NAPRestrictedCount

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Number of computers restricted from running NAP. The default value is 0.

NAPUpgradeableCount

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Number of computers that can be upgraded to NAP. The default value is 0.

TotalCount

Data type: UInt32

Access type: Read-only

Qualifiers: [read, key]

Total number of computers. The default value is 0.

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.

Show: