The SMS_R_UserGroup Windows Management (WMI) class is an SMS Provider server class, in 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 AgentName[]; String AgentSite[]; DateTime AgentTime[]; DateTime CreationDate; String Name; String NetworkOperatingSystem; UInt32 ResourceID; UInt32 ResourceType; String SID; String UniqueUsergroupName; String UsergroupName; String WindowsNTDomain; }; |
Methods
The SMS_R_UserGroup class does not define any methods.
Properties
- 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.
- Name
- Data type: StringAccess type: Read-onlyQualifiers: NoneGroup name displayed in the Configuration Manager console.
- NetworkOperatingSystem
- Data type: StringAccess type: Read-onlyQualifiers: NoneFree-form string describing the operating system.
- 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. For more information, see About Using DDRs in Resource Discovery.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Send comments about this topic to Microsoft.