Hello
our system Sharepoint is windows server 2012 r2 , I can running command below on all sharepoint server ?
Set-SmbServerConfiguration -EnableSMB1Protocol $false
do you need running command below
sc.exe config lanmanworkstation depend= bowser/mrxsmb20/nsi
sc.exe config mrxsmb10 start= disabled
Thanks