BACK TO INDEX

Win32_SessionConnection
The Win32_SessionConnection class represents an association between a session established with the local server, by a user on a remote machine, and the connections that depend on the session.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AntecedentReferenceThe Antecedent property references the session established to connect to the shared resource.
DependentReferenceThe Dependent property references a connection made to a shared resource on the local server.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_SessionConnection
   {
    Antecedent = "Win32_ServerSession.computername=\"127.0.0.1\",UserName=\"\"";
    Dependent = "Win32_ServerConnection.computername=\"127.0.0.1\",sharename=\"SMS_XY4\",UserName=\"\"";
   };