User Tools

Site Tools


windows:notes:smb

This is an old revision of the document!


"powershell.exe" -Command "Set-SmbClientConfiguration -EnableInsecureGuestLogons 0 -Force"
"powershell.exe" -Command "Set-SmbClientConfiguration -DisableCompression 1 -Force"
"powershell.exe" -Command "Set-SmbServerConfiguration -DisableCompression 1 -Force"
"powershell.exe" -Command "Set-SmbClientConfiguration -RequireEncryption  0 -Force"
"powershell.exe" -Command "Set-SmbClientConfiguration -BlockNTLM 1 -Force"
"powershell.exe" -Command "Set-SmbServerConfiguration -Smb2DialectMax "SMB311" -Smb2DialectMin "SMB311" -Force"
"powershell.exe" -Command "Set-SmbClientConfiguration -Smb2DialectMax "SMB311" -Smb2DialectMin "SMB311" -Force"
/var/www/wiki/data/attic/windows/notes/smb.1759460110.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki