zettelkasten/OneNoteExport/Kommunikationstechnologie/Allgemein/17_SMB1 Protocol.md

46 lines
511 B
Markdown
Raw Normal View History

2023-08-25 23:29:11 +02:00
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/>