en-US/about_WindowsAccessControlTaskFolderAccessRule.help.txt

.NAME
    WindowsAccessControlTaskFolderAccessRule
 
.SYNOPSIS
    Ensures one exact explicit task folder access rule is present or absent.
 
.DESCRIPTION
    The composite key identifies exactly one explicit access control entry on
    a Task Scheduler folder by path, account, rights, qualifier, and
    inheritance scope. Every write is confined to AllowedRootPath.
 
.PARAMETER Path
    Key - string
    The task folder the rule applies to.
 
.PARAMETER Account
    Key - string
    The principal the rule applies to. An alias is normalized by security
    identifier, so any spelling that resolves to the same principal matches.
 
.PARAMETER AccessRights
    Key - WindowsTaskFolderRights
    The exact task folder rights the entry grants or denies.
 
.PARAMETER AccessControlType
    Key - System.Security.AccessControl.AccessControlType
    Whether the entry is an allow or a deny entry.
 
.PARAMETER AppliesTo
    Key - string
    Allowed values: ThisFolderOnly, ThisFolderSubfoldersAndTasks, ThisFolderAndSubfolders, ThisFolderAndTasks, SubfoldersAndTasksOnly, SubfoldersOnly, TasksOnly
    The inheritance scope of the entry across the folder, its subfolders, and
    the tasks in them.
 
.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 Ensure
    Write - WindowsAccessControlDscEnsure
    Whether the exact entry must be present or absent. Defaults to Present.
 
.PARAMETER Reasons
    Read - WindowsAccessControlDscReason[]
    Returns why the resource is not in the desired state. Not configurable.