PowerShell Logo Small

Get-SmbDelegation



This is the built-in help made by Microsoft for the command 'Get-SmbDelegation', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets the constrained delegation authorizations for an SMB client.

SYNTAX


Get-SmbDelegation [-SmbServer] <String> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-SmbDelegation cmdlet gets the constrained delegation authorizations that are currently defined for a server message block (SMB) client that you specify. Delegation
allows a user who remotes into an SMB client to perform operations on a remote SMB server.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=321922
Install-WindowsFeature
Disable-SmbDelegation
Enable-SmbDelegation
Get-ADForest

REMARKS

<

Examples


Example 1: Get the constrained delegation authorizations for an SMB client

PS C:\> Get-SmbDelegation -SmbServer "HVSVR01"



This command gets the currently defined constrained delegation authorizations for the HVSRV01 server.