en-US/about_WindowsAccessControlServiceControlManagerSecurityDescriptor.help.txt

.NAME
    WindowsAccessControlServiceControlManagerSecurityDescriptor
 
.SYNOPSIS
    Manages the exact security descriptor of the Service Control Manager.
 
.DESCRIPTION
    Compares the selected sections of the Service Control Manager security
    descriptor against the desired SDDL and rewrites only those sections.
    The Service Control Manager is a single node-wide object, so declare at
    most one instance of this resource per node.
 
.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 -ServiceControlManager.
 
.PARAMETER Reasons
    Read - WindowsAccessControlDscReason[]
    Returns why the resource is not in the desired state. Not configurable.