Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to disable constrained delegation

$
0
0

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″

 


Viewing all articles
Browse latest Browse all 3333

Trending Articles