The SMS_SCI_SysResUse Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a specific usage of a server or other network resource.

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

Class SMS_SCI_SysResUse : SMS_SiteControlItem
{
	UInt32 FileType;
	String ItemName;
	String ItemType;
	String NALPath;
	String NALType;
	String NetworkOSPath;
	SMS_EmbeddedPropertyList PropLists[];
	SMS_EmbeddedProperty Props[];
	UInt32 RoleCount;
	String RoleName;
	String SiteCode;
	UInt32 SslState;
	UInt32 Type;
};

Methods

The SMS_SCI_SysResUse class does not define any methods.

Properties

FileType

Data type: UInt32Access type: Read/Write Qualifiers: [enumeration, key, enumeration, key]See SMS_SiteControlItem Server WMI Class.
ItemName

Data type: StringAccess type: Read-only Qualifiers: [key, key, read]See SMS_SiteControlItem Server WMI Class.
ItemType

Data type: StringAccess type: Read-only Qualifiers: [key, key, read]See SMS_SiteControlItem Server WMI Class.
NALPath

Data type: StringAccess type: Read/Write Qualifiers: nonePath to the NAL resource. The default value is "".
NALType

Data type: StringAccess type: Read/Write Qualifiers: noneFriendly name for the NetworkOSPath value. For example, "Windows NT Server". The default value is "".
NetworkOSPath

Data type: StringAccess type: Read/Write Qualifiers: noneThe network operating system path. The default value is "".
PropLists

Data type: SMS_EmbeddedPropertyList ArrayAccess type: Read/Write Qualifiers: noneSMS_EmbeddedPropertyList Server WMI Class objects for the network resource.
Props

Data type: SMS_EmbeddedProperty ArrayAccess type: Read/Write Qualifiers: noneSMS_EmbeddedProperty Server WMI Class objects for the network resource.
RoleCount

Data type: UInt32Access type: Read/Write Qualifiers: noneThe number of roles.
RoleName

Data type: StringAccess type: Read/Write Qualifiers: [sizelimit("64"), stringenumeration]Role of the server. The default value is "".
SiteCode

Data type: StringAccess type: Read/Write Qualifiers: [key, key, sizelimit]See SMS_SiteControlItem Server WMI Class.
SslState

Data type: UInt32Access type: Read-only Qualifiers: [read, valuemap, values]SSL 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

Type

Data type: UInt32Access type: Read/Write Qualifiers: [enumeration]Type of site. Possible values are:

1

SECONDARY

2

PRIMARY

4

CAS

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also