Skip to content

Get-Privilege

SYNOPSIS

PSCX Cmdlet: Lists privileges held by the session and their current status.

SYNTAX

Get-Privilege [[-Identity] <WindowsIdentity>] [<CommonParameters>]

DESCRIPTION

Lists privileges held by the session and their current status.

EXAMPLES

EXAMPLE 1

PS C:\>


PARAMETERS

-Identity

The identity to act upon.

Type: System.Security.Principal.WindowsIdentity
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Back to top