< Back

Get-KerberosDelegationInformation

Fri Jan 10, 2020 7:05 pm

NAME Get-KerberosDelegationInformation



SYNOPSIS

Gets Kerberos delegation information for a delegated server and its target.





SYNTAX

Get-KerberosDelegationInformation [-DelegatedServer] <String> [-TargetServer] <String> [-Credential

<PSCredential>] [<CommonParameters>]





DESCRIPTION

The cmdlet retrieves the delegation information and UAC information for delegation permissions. It also retrieves

the registered SPNs for the target servers.





PARAMETERS

-DelegatedServer <String>

The server that is granted Kerberos delegation permissions.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-TargetServer <String>

The server that is the target of the delegation.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Credential <PSCredential>

Specifies a user account that has permission to perform this action. The default is the current user.



Type a user name, such as "User01" or "Domain01\\User01", or enter a PSCredential object, such as one generated

by the Get-Credential cmdlet. If you type a user name, you will be prompted for a password.



Required? false

Position? named

Default value [System.Management.Automation.PSCredential]::Empty

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None





OUTPUTS

System.Management.Automation.PSCustomObject





NOTES





AUTHOR: Michael Haken

LAST UPDATE: 1/4/2017



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-KerberosDelegationInformation -DelegatedServer WebServer1 -TargetServer AppServer1



Gets the delegation information for WebServer1 to AppServer1.











RELATED LINKS