PowerTip: Use PowerShell to disable constrained delegation

Doctor Scripto

Summary: Learn how to use Windows PowerShell to disable constrained delegation.

Hey, Scripting Guy! Question How can I use Windows PowerShell to disable constrained delegation authorization so that a user who is remotely connected to a SMB server cannot configure resources?

Hey, Scripting Guy! Answer Use the Disable-SmbDelegation cmdlet, and specify the client and the SMB server, for example:

Disable-SmbDelegation –SmbServer “FileServer01” –SmbClient “HVSVR01”

 

0 comments

Discussion is closed.

Feedback usabilla icon