Hello experts,
We would like to disable SMBv1 to prevent ransomware attack. We have run “Set-SmbServerConfiguration -enableSmb1Protocol $false -force” from server side but still found event 3000. We also run “disable-WindowsOptionalFeatue -online -FeatureName SMB1Protocol” but didn’t restart server. Does it need to restart server after running this command? Will ransomware attach the server if enabled SMBv1 from client side?
Thanks in advance.