SMS_ProviderLocation Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_ProviderLocation Windows Management Instrumentation (WMI) class, in System Center 2012 R2 Configuration Manager, identifies the location of the SMS Provider for a site.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_ProviderLocation
{
String Machine;
String NamespacePath;
Boolean ProviderForLocalSite;
String SiteCode;
};
- Machine
Data type: String
Access type: Read/Write
Qualifiers: None
Name of the computer on which the SMS Provider resides.
- NamespacePath
Data type: String
Access type: Read/Write
Qualifiers: None
Full WMI path to the SMS Provider namespace.
- ProviderForLocalSite
Data type: Boolean
Access type: Read/Write
Qualifiers: None
true if the SMS Provider is set as the local site server for the client.
- SiteCode
Data type: String
Access type: Read/Write
Qualifiers: [key]
Site code of the site.
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.
For information on using this class, see How to Connect to an SMS Provider in Configuration Manager by Using WMI.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.