SMS_R_UserGroup 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_R_UserGroup Windows Management (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that is generated dynamically at SMS Provider run time and contains discovery data for user group objects.

The following syntax is not defined in Managed Object Format (MOF) code.

Class SMS_R_UserGroup : SMS_Resource
{
   String   ActiveDirectoryContainerName[];
   String   ActiveDirectoryOrganizationalUnit[];
   String   ADDomainName;
   String   AgentName[];
   String   AgentSite[];
   DateTime AgentTime[];
   DateTime CreationDate;
   UInt32   GroupType;
   String   Name;
   String   NetworkOperatingSystem; 
   UInt8    ObjectGUID[];
   UInt32   ResourceID;
   UInt32   ResourceType;
   String   SID;
   String   UniqueUsergroupName;
   String   UsergroupName;
   String   WindowsNTDomain;
};

The SMS_R_UserGroup class does not define any methods.

ActiveDirectoryContainerName

Data type: String Array

Access type: Read-only

Qualifiers: None

Active Directory container name for the group resource.

ActiveDirectoryOrganizationalUnit

Data type: String Array

Access type: Read-only

Qualifiers: None

Active Directory Organizational Unit for the group resource.

ADDomainName

Data type: String

Access type: Read-only

Qualifiers: None

Name of the Active Directory domain for the group resource.

AgentName

Data type: String Array

Access type: Read-only

Qualifiers: None

List of discovery agents that found this resource.

AgentSite

Data type: String Array

Access type: Read-only

Qualifiers: None

List of sites from which the discovery agents ran.

AgentTime

Data type: DateTime Array

Access type: Read-only

Qualifiers: None

List of discovery times.

Creation Date

Data type: DateTime Array

Access type: Read-only

Qualifiers: None

Date and time of creation.

GroupType

Data type: UInt32

Access type: Read-only

Qualifiers: None

Type of group resources on the site.

Name

Data type: String

Access type: Read-only

Qualifiers: None

Group name displayed in the System Center 2012 R2 Configuration Manager console.

NetworkOperatingSystem

Data type: String

Access type: Read-only

Qualifiers: None

Free-form string describing the operating system.

ObjectGUID

Data type: UInt8 Array

Access type: Read-only

Qualifiers: None

Object GUID of the group resource retrieved from Active Directory.

ResourceID

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

See SMS_Resource Server WMI Class.

ResourceType

Data type: UInt32

Access type: Read-only

Qualifiers: None

Type of resources on the site. For more information, see SMS_ResourceMap Server WMI Class.

SID

Data type: String

Access type: Read-only

Qualifiers: None

The Active Directory security ID for the group.

UniqueUsergroupName

Data type: String

Access type: Read-only

Qualifiers: None

Unique user group name in the form domain\group name.

UsergroupName

Data type: String

Access type: Read-only

Qualifiers: None

Unique user group name that represents the resource within the Windows NT domain.

WindowsNTDomain

Data type: String

Access type: Read-only

Qualifiers: None

String representing the Windows NT domain associated with the resource.

You cannot create or update resource instances by using WMI, but must create or update resources using discovery data records. Note, however, that you can delete resource instances by using WMI.

Show: