| Win32_SessionProcess | |||
| The Win32_SessionProcess represents the association between a logon-session and the processes belonging to that session. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Antecedent | Reference | The Antecedent reference represents the session which is related to the process. | |
| Dependent | Reference | The 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\"";    }; | |||