SMS_AdminCategory 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_AdminCategory Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents an association between the admin account and an RBA secured category.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_AdminCategory : SMS_BaseClass
{
    UInt32 AdminID;
    String CategoryID;
};

The SMS_AdminCategory class does not define any methods.

AdminID

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

ID of the associated account.

CategoryID

Data type: String

Access type: Read/Write

Qualifiers: [key]

ID of the associated RBA secured category.

Show: