Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

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 $falseOr, 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.

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

Status

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

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

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×