Gets the raw security descriptor for a service.
Get-ServiceSecurityDescriptor [-Name] <String> [<CommonParameters>]
You probably don't want to mess with the raw security descriptor. Try Get-ServicePermission
instead. Much more useful.
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Name | String | The name of the service whose permissions to return. |
true | false |
Get-ServiceSecurityDescriptor -Name 'Hyperdrive'
Gets the hyperdrive service's raw security descriptor.