Table of Contents

This article is intended to address a specific issue identified by a Best Practices Analyzer scan. You should apply the information in this article to computers on which Best Practices Analyzer scans have been run, and that are experiencing the issue addressed by this article. This article can also be useful as general troubleshooting and best practices information to help you configure your server. For more information about best practices and scans, see Run Best Practices Analyzer Scans and Manage Scan Results.

If you think that something in this article is missing or could use improvement, we encourage you to add or edit content that addresses this specific issue. Instructions for editing a TechNet Wiki article are available at Wiki: How to Use the Editor.

Operating System

Windows Server 2012

Product/Feature

File and Storage Services

Severity

Informational

Category

Configuration







Issue

The Server Message Block 1.0 (SMB 1.0) file sharing protocol is disabled on this file server.

Impact

SMB not in a default configuration, which could lead to less than optimal behavior.

Resolution

Use Registry Editor to enable the SMB 1.0 protocol

OR

Run the following PowerShell command:

Set-SMBServerConfiguration -EnableSMB1Protocol $true