en-US/about_WindowsAccessControlServiceAccessRule.help.txt

.NAME
    WindowsAccessControlServiceAccessRule
 
.SYNOPSIS
    Ensures one exact explicit service access rule is present or absent.
 
.DESCRIPTION
    The composite key identifies exactly one explicit access control entry
    on a service by service name, account, rights, and qualifier. Absent
    removes every duplicate of that exact entry without purging unrelated
    rights or the opposite qualifier.
 
.PARAMETER Name
    Key - string
    The service name, not the display name.
 
.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 ServiceRights
    Key - WindowsServiceRights
    The exact service rights the entry grants or denies.
 
.PARAMETER AccessControlType
    Key - System.Security.AccessControl.AccessControlType
    Whether the entry is an allow or a deny entry.
 
.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.