< Back

Get-CServiceAcl

Sun Jan 12, 2020 9:54 pm

NAME Get-CServiceAcl



SYNOPSIS

Gets the discretionary access control list (i.e. DACL) for a service.





SYNTAX

Get-CServiceAcl [-Name] <String> [<CommonParameters>]





DESCRIPTION

You wanted it, you got it! You probably want to use `Get-CServicePermission` instead. If you want to chagne a

service's permissions, use `Grant-CServicePermission` or `Revoke-ServicePermissions`.





PARAMETERS

-Name <String>

The service whose DACL to return.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-CServiceAcl -Name Hyperdrive



Gets the `Hyperdrive` service's DACL.











RELATED LINKS

Get-CServicePermission

Grant-CServicePermission

Revoke-CServicePermission