46 lines
511 B
Markdown
46 lines
511 B
Markdown
![]() |
SMB1 Protocol
|
|||
|
|
|||
|
Freitag, 26. April 2019
|
|||
|
|
|||
|
08:38
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Prüfen ob es eingeschaltet ist :
|
|||
|
|
|||
|
|
|||
|
|
|||
|
get-SmbServerConfiguration \|fl EnableSMB1Protocol
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Ergebnis sollte :
|
|||
|
|
|||
|
EnableSMB1Protocol : False
|
|||
|
|
|||
|
|
|||
|
|
|||
|
wenn nicht,
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Ausschalten des Protokoll :
|
|||
|
|
|||
|
|
|||
|
|
|||
|
set-SmbServerConfiguration -EnableSMB1Protocol \$false
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Um zu Protokollieren ob das Protokol noch genutzt wird siehe folgenden link :
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<https://secureinfra.blog/2018/12/17/step-by-step-safely-disabling-smb-v1-from-your-production-environment/>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|