Get-ServiceAcl

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

Syntax

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

Description

You wanted it, you got it! You probably want to use Get-ServicePermission instead. If you want to chagne a service's permissions, use Grant-ServicePermission or Revoke-ServicePermissions.

Related Commands

Parameters

Name Type Description Required? Pipeline Input Default Value
Name String

The service whose DACL to return.

true false

EXAMPLE 1

Get-ServiceAcl -Name Hyperdrive

Gets the Hyperdrive service's DACL.