BACK TO INDEX

Win32_LogicalShareAccess
Association between the security settings of a share and one member of its DACL
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AccessMaskUInt32Bit flags specifying what permissions are affected
GuidInheritedObjectTypeStringThe guid of the type of object this object inherits from
GuidObjectTypeStringThe guid of the type of object the security settings are applied to
InheritanceUInt32Bit flags specifying how the access rights are inherited
SecuritySettingReferenceThe security settings of the share object
TrusteeReferenceAn entry on the object's DACL
TypeUInt32The type of access specified for the trustee
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_LogicalShareAccess
   {
    AccessMask = 2032127;
    Inheritance = 3;
    SecuritySetting = "\\\\SCCM01\\root\\cimv2:Win32_LogicalShareSecuritySetting.Name=\"DeploymentShare$\"";
    Trustee = "\\\\SCCM01\\root\\cimv2:Win32_SID.SID=\"S-1-1-0\"";
    Type = 0;
   };