BACK TO INDEX

Win32_SystemProcesses
The Win32_SystemProcesses class represents an association between a computer system and a process running on that system.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
GroupComponentReferenceThe GroupComponent reference represents the computer system upon which the process is running.
PartComponentReferenceThe PartComponent reference represents the process running on the computer system.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_SystemProcesses
   {
    GroupComponent = "\\\\SCCM01\\root\\cimv2:Win32_ComputerSystem.Name=\"SCCM01\"";
    PartComponent = "\\\\SCCM01\\root\\cimv2:Win32_Process.Handle=\"0\"";
   };