Get-ServiceSecurityDescriptor

Gets the raw security descriptor for a service.

Syntax

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

Description

You probably don't want to mess with the raw security descriptor. Try Get-ServicePermission instead. Much more useful.

Related Commands

Parameters

Name Type Description Required? Pipeline Input Default Value
Name String

The name of the service whose permissions to return.

true false

Return Values

System.Security.AccessControl.RawSecurityDescriptor.

EXAMPLE 1

Get-ServiceSecurityDescriptor -Name 'Hyperdrive'

Gets the hyperdrive service's raw security descriptor.