SMS_SCI_SysResUse Server WMI Class

System Center

Updated: October 28, 2009

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

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 InboxRoot;
     String ItemName;
     String ItemType;
     String NALPath;
     String NALType;
     String NetworkOSPath;
     SMS_EmbeddedPropertyList PropLists[];
     SMS_EmbeddedProperty Props[];
     String RoleName;
     String SiteCode;
};

The SMS_SCI_SysResUse class does not define any methods.

FileType
Data type: UInt32

Access type: Read/Write

Qualifiers: [key, enumeration:ToSubClass]

See SMS_SiteControlItem Server WMI Class.

InboxRoot
Data type: String

Access type: Read/Write

Qualifiers: None

Network abstraction layer (NAL) path to the inbox root. The default value is "".

Specify this property if the network resource uses an inbox.

ItemName
Data type: String

Access type: Read-only

Qualifiers: [key, read]

See SMS_SiteControlItem Server WMI Class.

ItemType
Data type: String

Access type: Read-only

Qualifiers: [key, read]

See SMS_SiteControlItem Server WMI Class.

NALPath
Data type: String

Access type: Read/Write

Qualifiers: None

Path to the NAL resource. The default value is "".

For a description of a NAL path and its components, see the SMS_NAL_Methods Class.

NALType
Data type: String

Access type: Read/Write

Qualifiers: None

Friendly name for the NetworkOSPath value. For example, "Windows NT Server". The default value is "".

NetworkOSPath
Data type: String

Access type: Read/Write

Qualifiers: None

The network operating system path. The default value is "".

PropLists
Data type: SMS_EmbeddedPropertyList Array

Access type: Read/Write

Qualifiers: None

SMS_EmbeddedPropertyList Server WMI Class objects for the network resource.

Props
Data type: SMS_EmbeddedProperty Array

Access type: Read/Write

Qualifiers: None

SMS_EmbeddedProperty Server WMI Class objects for the network resource.

RoleName
Data type: String

Access type: Read/Write

Qualifiers: [SizeLimit(64), StringEnumeration]

Role that the resource is serving. Possible values are listed below. The default value is "".

  • SMS_SQL_SERVER (SMS SQL Server)

  • SMS_COMP_SERVER (SMS Component Server)

  • SMS_DEVICE_MANAGEMENT_POINT (SMS Device Management Point)

  • SMS_DISTRIBUTION_POINT (SMS Distribution Point)

  • SMS_MANAGEMENT_POINT (SMS Management Point)

  • SMS_REPORTING_POINT (SMS Reporting Point)

  • SMS_SERVER_LOCATION_POINT (SMS Server Location Point)

  • SMS_SITE_SERVER (SMS Site Server)

  • SMS_STATE_MIGRATION_POINT (SMS State Migration Point)

  • SMS_SYSTEM_HEALTH_VALIDATOR (SMS System Health Validator)

SiteCode
Data type: String

Access type: Read/Write

Qualifiers: [key, SizeLimit("3")]

See SMS_SiteControlItem Server WMI Class.

There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Runtime Requirements

Development Requirements

Show: