Gets the discretionary access control list (i.e. DACL) for a service.
Get-ServiceAcl [-Name] <String> [<CommonParameters>]
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
.
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Name | String | The service whose DACL to return. |
true | false |
Get-ServiceAcl -Name Hyperdrive
Gets the Hyperdrive
service's DACL.