7/20/2017
How to enable or disable SMB protocols on the SMB server
How to query the Microsoft Knowledge Base by using keywords and query words
How to enable or disable SMB protocols on the SMB server July 19, 2017
Windows 8 and Windows Server 2012 Windows 8 and Windows Server 2012 introduce the new Set-SMBServerConfiguration Windows PowerShell cmdlet. The cmdlet enables you to enable or disable the SMBv1, SMBv2, and SMBv3 protocols on the server component. Notes When you enable or disable SMBv2 in Windows 8 or in Windows Server 2012, SMBv3 is also enabled or disabled. This behavior occurs because these protocols share the same stack. For more information Microsoft customer services number +1-855-955-2061. You do not have to restart the computer after you run the Set-SMBServerConfiguration cmdlet. 1-To obtain the current state of the SMB server protocol configuration, run the following cmdlet: Get-SmbServerConfiguration | Select EnableSMB1Protocol, EnableSMB2Protocol 2- To disable SMBv1 on the SMB server, run the following cmdlet: Set-SmbServerConfiguration -EnableSMB1Protocol $false 3- To disable SMBv2 and SMBv3 on the SMB server, run the following cmdlet: Set-SmbServerConfiguration -EnableSMB2Protocol $false 4- To enable SMBv1 on the SMB server, run the following cmdlet: Set-SmbServerConfiguration -EnableSMB1Protocol $true 5- To enable SMBv2 and SMBv3 on the SMB server, run the following cmdlet: Set-SmbServerConfiguration -EnableSMB2Protocol $true For more information contact any issue solved Microsoft office support number +1-844-955-2061. Windows 7, Windows Server 2008 R2, Windows Vista, and Windows Server 2008 http://mikelasymicrosoftsupport.blogspot.in/2017/07/how-to-enable-or-disable-smb-protocols.html
1/5
7/20/2017
How to enable or disable SMB protocols on the SMB server
To enable or disable SMB protocols on an SMB Server that is running Windows 7, Windows Server 2008 R2, Windows Vista, or Windows Server 2008, use Windows PowerShell or Registry Editor. Windows PowerShell 2.0 or a later version of PowerShell 1- To disable SMBv1 on the SMB server, run the following cmdlet: Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB1 -Type DWORD -Value 0 -Force 2-To disable SMBv2 and SMBv3 on the SMB server, run the following cmdlet: Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB2 -Type DWORD -Value 0 -Force 3- To enable SMBv1 on the SMB server, run the following cmdlet: Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB1 -Type DWORD -Value 1 -Force For more information Microsoft helpline number +1-855-955-2061. 4-To enable SMBv2 and SMBv3 on the SMB server, run the following cmdlet: Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB2 -Type DWORD -Value 1 -Force Note You must restart the computer after you make these changes. Registry Editor Important This article contains information about how to modify the registry. Make sure that you back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base: 322756 How to back up and restore the registry in Windows To enable or disable SMBv1 on the SMB server, configure the following registry key: Registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Par ametersRegistry entry: SMB1 REG_DWORD: 0 = Disabled REG_DWORD: 1 = Enabled Default: 1 = Enabled To enable or disable SMBv2 on the SMB server, configure the following registry key:
http://mikelasymicrosoftsupport.blogspot.in/2017/07/how-to-enable-or-disable-smb-protocols.html
2/5
7/20/2017
How to enable or disable SMB protocols on the SMB server
Registry subkey:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanSer ver\ParametersRegistry entry: SMB2 REG_DWORD: 0 = Disabled REG_DWORD: 1 = Enabled Default: 1 = Enabled For more information Microsoft phone number +1-855-955-2061. solved any issue. Article source: https://support.microsoft.com/en-us/help/2696547/how-to-enable-and-disable-smbv1smbv2-and-smbv3-in-windows-and-windows
Enter your comment...
Popular posts from this blog
How to query the Microsoft Knowledge Base by using keywords and query words July 17, 2017 http://mikelasymicrosoftsupport.blogspot.in/2017/07/how-to-enable-or-disable-smb-protocols.html
3/5