Thursday, July 4, 2013

How to disable SMB version 1 within Windows Server 2012

Windows Server 2012 introduced a new version of the Server Message Block (SMB) protocol.  SMB version 3 includes new features such as encryption.  If your environment does not have any Windows XP or earlier clients, an option is available to disable SMB version 1 to improve security.  The PowerShell cmdlet Get-SmbServerConfiguration will offer information on the current status of SMB version 1 and 2.

2012_powershell_smb1_1

To disable SMB version 1, use the PowerShell command of Set-SmbServerConfiguration –EnableSMB1Protocol $false

2012_powershell_smb1_2

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.