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 
{
	 Boolean InternetEnabled;
	 Boolean InternetShared;
	 String NALPath;
	 String ResourceType;
	 String RoleName;
	 String ServerName,
	 String ServerRemoteName,
	 String SiteCode,
	 UInt32 SslState
};

Methods

The SMS_SystemResourceList class does not define any methods.

Properties

InternetEnabled

Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if this role system resource is Internet enabled. The default value is false.
InternetShared

Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the site system resource instance can serve both internet clients as well as intranet clients. It has meaning only if the InternetEnabled property is also set to true.
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 "".
SslState

Data type: UInt32Access type: Read OnlyQualifiers: NoneSSL state description. Possible values are:

0

HTTP

1

HTTPS

2

Not applicable. The property is only applicable for a site system role that is client facing.

3

Always HTTPS

4

Always HTTP

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