PowerShell Logo Small

Enable-SmbDelegation



This is the built-in help made by Microsoft for the command 'Enable-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

Enables a constrained delegation authorization for an SMB client and server.

SYNTAX


Enable-SmbDelegation [-SmbClient] <String> [-SmbServer] <String> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Enable-SmbDelegation cmdlet enables a constrained delegation authorization for a server message block (SMB) client and server. 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=285220
Install-WindowsFeature
Disable-SmbDelegation
Get-ADForest
Get-SmbDelegation

REMARKS

<

Examples


Example 1: Enable a constrained delegation authorization for SMB clients and servers

PS C:\> Enable-SmbDelegation –SmbServer "FileServer01" –SmbClient "HVSVR01"



This command adds a new constrained delegation authorization so that a user remotely connected to the SMB client named HVSVR01 can configure resources on the SMB server
named FileServer01.