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

Romain Drouche
System Architect | MCSE: Core Infrastructure
IT infrastructure expert with over 15 years of field experience. Currently a Systems and Networks Project Manager and Information Systems Security (ISS) expert, I use my expertise to ensure the reliability and security of technological environments.

Leave a Comment