BACK TO INDEX

Win32_GroupUser
The Win32_GroupUser class represents an association between a group and an account that is a member of that group.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
GroupComponentReferenceThe GroupComponent reference represents a group that the account is a member of.
PartComponentReferenceThe PartComponent reference represents a user or system account that is a part of a group of accounts.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_GroupUser
   {
    GroupComponent = "\\\\SCCM01\\root\\cimv2:Win32_Group.Domain=\"SCCM01\",Name=\"Administrators\"";
    PartComponent = "\\\\SCCM01\\root\\cimv2:Win32_UserAccount.Domain=\"SCCM01\",Name=\"Administrator\"";
   };