Windows 10 wil voor netwerk communicatie geen gebruik maken van SMB v1
SMBv1 is not installed by default in Windows 10 version 1709, Windows Server version 1709 and later versions
zie hier het document waar dit in beschreven staat.
Document met comando's om SMB v1 te herstellen.
Windows Server 2012 R2 & 2016: PowerShell methods
SMB v1
-
Detect:
PowerShellGet-WindowsFeature FS-SMB1
-
Disable:
PowerShellDisable-WindowsOptionalFeature -Online -FeatureName smb1protocol
-
Enable:
PowerShellEnable-WindowsOptionalFeature -Online -FeatureName smb1protocol