BACK TO INDEX

Win32_SessionProcess
The Win32_SessionProcess represents the association between a logon-session and the processes belonging to that session.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AntecedentReferenceThe Antecedent reference represents the session which is related to the process.
DependentReferenceThe Dependent reference represents the process associated with the session.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_SessionProcess
   {
    Antecedent = "\\\\.\\root\\cimv2:Win32_LogonSession.LogonId=\"999\"";
    Dependent = "\\\\.\\root\\cimv2:Win32_Process.Handle=\"364\"";
   };