SMS_AdminRole 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_AdminRole Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the association between the admin account and the security role.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_AdminRole : SMS_BaseClass
{
UInt32 AdminID;
String RoleID;
};
The SMS_AdminRole class does not define any methods.
- AdminID
Data type: UInt32
Access type: Read/Write
Qualifiers: [key]
ID of the admin account.
- RoleID
Data type: String
Access type: Read/Write
Qualifiers: [key]
ID of the security role.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.