| Win32_LogonSessionMappedDisk | |||
| The Win32_LogonSessionMappedDisk class represents an association between a logon session and the mapped logical disks defined within the session. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Antecedent | Reference | The Antecedent property references a logon session. | |
| Dependent | Reference | The Dependent property references a mapped logical disk defined within the session referenced by the Antecedent property. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_LogonSessionMappedDisk    {     Antecedent = "\\\\SCCM01\\root\\cimv2:Win32_LogonSession.LogonId=\"628696\"";     Dependent = "\\\\SCCM01\\root\\cimv2:Win32_MappedLogicalDisk.DeviceID=\"O:\",SessionID=\"628696\"";    }; | |||