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;
};

Methods

The SMS_AdminRole class does not define any methods.

Properties

AdminID

Data type: UInt32Access type: Read/Write Qualifiers: [key]ID of the admin account.
RoleID

Data type: StringAccess type: Read/Write Qualifiers: [key]ID of the security role.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also