SV-220729r569187_rule
V-220729
SRG-OS-000095-GPOS-00049
WN10-00-000160
CAT II
10
Disable the SMBv1 protocol.
Run "Windows PowerShell" with elevated privileges (run as administrator).
Enter the following:
Disable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
Alternately:
Search for "Features".
Select "Turn Windows features on or off".
De-select "SMB 1.0/CIFS File Sharing Support".
Different methods are available to disable SMBv1 on Windows 10. This is the preferred method, however if V-74723 and V-74725 are configured, this is NA.
Run "Windows PowerShell" with elevated privileges (run as administrator).
Enter the following:
Get-WindowsOptionalFeature -Online | Where FeatureName -eq SMB1Protocol
If "State : Enabled" is returned, this is a finding.
Alternately:
Search for "Features".
Select "Turn Windows features on or off".
If "SMB 1.0/CIFS File Sharing Support" is selected, this is a finding.
V-220729
False
WN10-00-000160
Different methods are available to disable SMBv1 on Windows 10. This is the preferred method, however if V-74723 and V-74725 are configured, this is NA.
Run "Windows PowerShell" with elevated privileges (run as administrator).
Enter the following:
Get-WindowsOptionalFeature -Online | Where FeatureName -eq SMB1Protocol
If "State : Enabled" is returned, this is a finding.
Alternately:
Search for "Features".
Select "Turn Windows features on or off".
If "SMB 1.0/CIFS File Sharing Support" is selected, this is a finding.
M
4072