Summary: Learn how to use Windows PowerShell to disable constrained delegation.
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?
Use the Disable-SmbDelegation cmdlet, and specify the client and the SMB server, for example:
Disable-SmbDelegation –SmbServer “FileServer01″ –SmbClient “HVSVR01″