In response to the recent WannaCry ransomware, I applied a change to both of our DCs (used this PS command:
Set-SmbServerConfiguration -enableSMB1Protocol $false -confirm:$false ) in an effort to disable the vulnerable
SMB protocol. However, within minutes of making this change the NetApp sent me an urgent email stating:
Node: Storage-01
Severity: EMERGENCY
Message: secd.netlogon.noServers: None of the Netlogon servers configured for Vserver (SVM) are currently
accessible via the network.
I did not wait to see what impact this change had made on our environment, and so I immediately reversed this
changed on both DCs.
I would like to know what "broke" because of this change, and then what needs to be changed on the NetApp to
make possible the disabling of the vulnerable SMB protocol on both of our DCs without it disrupting service in
our environment.