The SMS_SystemResourceList Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that maps network abstraction layer (NAL) paths, resource types, site codes, and role names for system resources located on site servers.

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

Class SMS_SystemResourceList : SMS_BaseClass 
{
	 String NALPath;
	 String ResourceType;
	 String RoleName;
	 String ServerName,
   String ServerRemoteName,
	 String SiteCode;
};

Methods

The SMS_SystemResourceList class does not define any methods.

Properties

NALPath


Data type: StringAccess type: Read OnlyQualifiers: [key]NAL path of the system resource. The default value is "".
ResourceType


Data type: StringAccess type: Read OnlyQualifiers: [key] Type of the system resource, such as a Windows NT Server. The default value is "".
RoleName


Data type: StringAccess type: Read OnlyQualifiers: [key]Role of the server. The default value is "".
ServerName


Data type: StringAccess type: Read OnlyQualifiers: NoneName of the server. The default value is "".
ServerRemoteName


Data type: StringAccess type: Read OnlyQualifiers: NoneFully qualified domain name (FQDN) for the site system on the intranet. The default value is "".
SiteCode


Data type: StringAccess type: Read OnlyQualifiers: [key, SizeLimit("3")]Site that owns the system resource. The default value is "".

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


Send comments about this topic to Microsoft.