BACK TO INDEX

Win32_SystemUsers
The Win32_SystemUsers class represents an association between a computer system and a user account on that system.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
GroupComponentReferenceThe GroupComponent reference represents the computer system containing the user account.
PartComponentReferenceThe PartComponent reference represents the user account on the computer system.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_SystemUsers
   {
    GroupComponent = "\\\\SCCM01\\root\\cimv2:Win32_ComputerSystem.Name=\"SCCM01\"";
    PartComponent = "\\\\SCCM01\\root\\cimv2:Win32_UserAccount.Name=\"Administrator\",Domain=\"SCCM01\"";
   };