en-US/about_WindowsAccessControlSmbShareSecurityDescriptor.help.txt

.NAME
    WindowsAccessControlSmbShareSecurityDescriptor
 
.SYNOPSIS
    Manages the exact share DACL of a local SMB share.
 
.DESCRIPTION
    Compares the share access control list against the desired SDDL and
    rewrites it. This resource manages the access section only; the file
    system permissions behind the share are a separate target managed by
    WindowsAccessControlNtfsSecurityDescriptor.
 
.PARAMETER Name
    Key - string
    The name of the local share whose DACL is managed.
 
.PARAMETER Sections
    Key - WindowsSecurityDescriptorSection
    The security descriptor sections this resource owns. Only the access
    section is supported for a share.
 
.PARAMETER Sddl
    Required - string
    The desired share DACL in SDDL form. Capture it from
    Get-SmbShareSecurityDescriptor.
 
.PARAMETER Reasons
    Read - WindowsAccessControlDscReason[]
    Returns why the resource is not in the desired state. Not configurable.