BACK TO INDEX

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
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AntecedentReferenceThe Antecedent property references a logon session.
DependentReferenceThe 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\"";
   };