en-US/about_WindowsAccessControlScheduledTaskSecurityDescriptor.help.txt

.NAME
    WindowsAccessControlScheduledTaskSecurityDescriptor
 
.SYNOPSIS
    Manages the exact DACL of a registered scheduled task.
 
.DESCRIPTION
    Compares the registered task's access control list against the desired
    SDDL and rewrites it. Access control entry order is ignored during
    comparison because the Task Scheduler service canonicalizes it after a
    write, so this resource cannot detect a reordering that moves an allow
    entry ahead of a deny entry.
 
.PARAMETER TaskPath
    Key - string
    The task folder that contains the registered task.
 
.PARAMETER TaskName
    Key - string
    The name of the registered task whose DACL is managed.
 
.PARAMETER Sections
    Key - WindowsSecurityDescriptorSection
    The security descriptor sections this resource owns. Only the access
    section is supported for a registered task.
 
.PARAMETER AllowedRootPath
    Required - string
    The task folder subtree the configuration is allowed to write under. A
    target outside it is refused before anything is written.
 
.PARAMETER Sddl
    Required - string
    The desired DACL in SDDL form. Capture it from
    Get-ScheduledTaskSecurityDescriptor.
 
.PARAMETER Reasons
    Read - WindowsAccessControlDscReason[]
    Returns why the resource is not in the desired state. Not configurable.