PowerShell Logo Small

Disable-SmbDelegation



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

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

SYNTAX


Disable-SmbDelegation [[-SmbClient] <String>] [-SmbServer] <String> [-Force] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Disable-SmbDelegation cmdlet disables 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=321926
Install-WindowsFeature
Enable-SmbDelegation
Get-ADForest
Get-SmbDelegation

REMARKS

<

Examples


Example 1: Disable constrained delegation

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



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