The SMS_R_UserGroup Windows Management (WMI) class is an SMS Provider server class, in System Center 2012 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;
};

Methods

The SMS_R_UserGroup class does not define any methods.

Properties

ActiveDirectoryContainerName

Data type: String ArrayAccess type: Read-onlyQualifiers: NoneActive Directory container name for the group resource.
ActiveDirectoryOrganizationalUnit

Data type: String ArrayAccess type: Read-onlyQualifiers: NoneActive Directory Organizational Unit for the group resource.
ADDomainName

Data type: StringAccess type: Read-onlyQualifiers: NoneName of the Active Directory domain for the group resource.
AgentName

Data type: String ArrayAccess type: Read-onlyQualifiers: NoneList of discovery agents that found this resource.
AgentSite

Data type: String ArrayAccess type: Read-onlyQualifiers: NoneList of sites from which the discovery agents ran.
AgentTime

Data type: DateTime ArrayAccess type: Read-onlyQualifiers: NoneList of discovery times.
Creation Date

Data type: DateTime ArrayAccess type: Read-onlyQualifiers: NoneDate and time of creation.
GroupType

Data type: UInt32Access type: Read-onlyQualifiers: NoneType of group resources on the site.
Name

Data type: StringAccess type: Read-onlyQualifiers: NoneGroup name displayed in the System Center 2012 Configuration Manager console.
NetworkOperatingSystem

Data type: StringAccess type: Read-onlyQualifiers: NoneFree-form string describing the operating system.
ObjectGUID

Data type: UInt8 ArrayAccess type: Read-onlyQualifiers: NoneObject GUID of the group resource retrieved from Active Directory.
ResourceID

Data type: UInt32Access type: Read/WriteQualifiers: [key]See SMS_Resource Server WMI Class.
ResourceType

Data type: UInt32Access type: Read-onlyQualifiers: NoneType of resources on the site. For more information, see SMS_ResourceMap Server WMI Class.
SID

Data type: StringAccess type: Read-onlyQualifiers: NoneThe Active Directory security ID for the group.
UniqueUsergroupName

Data type: StringAccess type: Read-onlyQualifiers: NoneUnique user group name in the form domain\group name.
UsergroupName

Data type: StringAccess type: Read-onlyQualifiers: NoneUnique user group name that represents the resource within the Windows NT domain.
WindowsNTDomain

Data type: StringAccess type: Read-onlyQualifiers: NoneString representing the Windows NT domain associated with the resource.

Remarks

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.

Requirements

Runtime Requirements

Development Requirements

See Also