How to Check if SMBv1 is Enabled on Windows

Ftr5

This post describes how to check Server Message Block (SMB) version 1 (SMBv1) is enabled or disabled on your Windows machine. Open an elevated PowerShell window then run the following command: Get-WindowsOptionalFeature -Online -FeatureName SMB1Protocol The output shows that the…