en-US/about_WindowsAccessControlServiceSecurityDescriptor.help.txt

.NAME
    WindowsAccessControlServiceSecurityDescriptor
 
.SYNOPSIS
    Manages the exact security descriptor of a Windows service.
 
.DESCRIPTION
    Compares the selected sections of the service security descriptor
    against the desired SDDL and rewrites only those sections. The service
    is addressed by its service name on the local node.
 
.PARAMETER Name
    Key - string
    The service name, not the display name.
 
.PARAMETER Sections
    Key - WindowsSecurityDescriptorSection
    The security descriptor sections this resource owns. Only these sections
    are compared and written.
 
.PARAMETER Sddl
    Required - string
    The desired security descriptor for the selected sections, in SDDL form.
    Capture it from Get-ServiceSecurityDescriptor.
 
.PARAMETER Reasons
    Read - WindowsAccessControlDscReason[]
    Returns why the resource is not in the desired state. Not configurable.