BACK TO INDEX

Win32_ConnectionShare
The Win32_ConnectionShare class represents an association between a shared resource on the computer and the connection made to the shared resource.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AntecedentReferenceThe Antecedent property references the shared resource to which the connection was made.
DependentReferenceThe Dependent property references the connection that was made to the shared resource.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_ConnectionShare
   {
    Antecedent = "\\\\SCCM01\\root\\cimv2:Win32_Share.Name=\"SMS_XY4\"";
    Dependent = "\\\\SCCM01\\root\\cimv2:Win32_ServerConnection.ComputerName=\"127.0.0.1\",ShareName=\"SMS_XY4\",UserName=\"\"";
   };