Tag

# SMB

7 articles
GPO 20 Apr 2022 ⏱ 5 min

GPO: disabled SMBv1

In this tutorial, I will walk you through how to disable SMBv1 support add-on using Group Policy. To disable full SMBv1 support,…

Active Directory 25 Aug 2021 ⏱ 1 min

Disable SMBv1 protocol

Check condition: Get-WindowsOptionalFeature -Online -FeatureName smb1protocol Disable SMBv1 Disable-WindowsOptionalFeature -Online -FeatureName smb1protocol Enable SMBv1: Enable-WindowsOptionalFeature -Online -FeatureName smb1protocol A restart is required