Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Can’t access an SMB share on a Windows 8.1 or Windows Server 2012 R2-based file server


View products that this article applies to.

Symptoms

Consider the following scenario:
  • You have a file server that’s running Windows RT 8.1, Windows 8.1, or Windows Server 2012 R2.
  • You have a client computer that does not support Server Message Block (SMB) encryption. For example, the computer is running Windows 7 or an earlier version of Windows.
  • You configure the requirement of security signatures either on the SMB client or on the server.
  • On the client computer, you set the EnableSecuritySignature value to 1 in the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanManWorkstation\Parameters
  • On the server, you configure the SMB encryption as a requirement but allow for a fallback by running the following Windows PowerShell commands:
    Set-SmbServerConfiguration -EncryptData $true
    Set-SmbServerConfiguration -EncryptData -RejectUnencryptedAccess $false
    Or, you run the following PowerShell command on the server:
    Set-SmbServerConfiguration -RequireSecuritySignature $true
  • You create an SMB share on the server, and then you try to access the file share from the client computer.
In the scenario, you cannot access the file share.

↑ Back to the top


Resolution

To resolve this issue, install update rollup 2975719. For more information about how to obtain this update rollup package, click the following article number to view the article in the Microsoft Knowledge Base:
2975719 August 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


More Information

For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:
824684 Description of the standard terminology that is used to describe Microsoft software updates

↑ Back to the top


Keywords: kb, kbqfe, kbfix, kbsurveynew, kbexpertiseadvanced

↑ Back to the top

Article Info
Article ID : 2976995
Revision : 1
Created on : 1/7/2017
Published on : 10/13/2014
Exists online : False
Views : 259