SMS_SCI_SysResUse Server WMI Class
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;
};
Methods
The SMS_SCI_SysResUse class does not define any methods.
Properties
FileType
Data type: UInt32Access type: Read/Write
Qualifiers: [key, enumeration:ToSubClass]
InboxRoot
Data type: StringAccess 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: StringAccess type: Read-only
Qualifiers: [key, read]
ItemType
Data type: StringAccess type: Read-only
Qualifiers: [key, read]
NALPath
Data type: StringAccess 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: StringAccess type: Read/Write
Qualifiers: None
Friendly name for the NetworkOSPath value. For example, "Windows NT Server". The default value is "".
NetworkOSPath
Data type: StringAccess type: Read/Write
Qualifiers: None
The network operating system path. The default value is "".
PropLists
Data type: SMS_EmbeddedPropertyList ArrayAccess type: Read/Write
Qualifiers: None
SMS_EmbeddedPropertyList Server WMI Class objects for the network resource.
Props
Data type: SMS_EmbeddedProperty ArrayAccess type: Read/Write
Qualifiers: None
SMS_EmbeddedProperty Server WMI Class objects for the network resource.
RoleName
Data type: StringAccess 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: StringAccess type: Read/Write
Qualifiers: [key, SizeLimit("3")]
Remarks
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.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Concepts
Configuration Manager Site Configuration Server WMI Classes
SMS_EmbeddedProperty Server WMI Class
SMS_EmbeddedPropertyList Server WMI Class
SMS_NAL_Methods Class
SMS_SiteControlItem Server WMI Class