February 26th, 2016

PowerTip: Use PowerShell to disable constrained delegation

Doctor Scripto
Scripter

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”

 

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.

Feedback