Forum Discussion
MarcoMangiante
Mar 28, 2018Iron Contributor
Windows Server 2019 Build 17623 SMB1 does no more exists?
Hello,
I tried for a test to enable SMB1 support for the build 17623, but when I give the PowerShell command:
Set-SmbServerConfiguration -EnableSMB1Protocol $true
I have the error:
...
- Mar 28, 2018
Have you installed the 'SMB 1.0/CIFS File Sharing Support' feature?
MurrayS34
Apr 05, 2020Copper Contributor
btjtaylor
May 28, 2020Copper Contributor
I had this problem myself and managed to eventually solve it
The basic problem is that the installation files for SMB1 are not contained within the Server 2019 image that's deployed in Azure. However, you can specify a source for the installation files and continue the install. HOWEVER, if you have updated your Azure VM to the latest updates, you can no longer use the evaluation Server 2019 ISO File as a source.
Here's how I got around the problem:
1. Install a fresh copy of Windows Server 2019 to a temporary server and join it to my domain. Make sure the build number is 17763.737 or lower.
2. Attach the Windows Server 2019 evaluation ISO to the server. Install the SMB1 feature and enter WIM:E:\sources\install.wim:4 as the source.
3. Reboot the server once the feature is installed
4. Install all the latest updates to the server and reboot
5. Share the C:\windows\winsxs folder on the server. Give "everyone" read permission.
6. Go to the server where you are unable to install SMB1. Do the installation but put the source as \\servername\winsxs that you shared in step 5. The installation will complete
It's pretty awful workaround but it worked for me... I guess if you have access to an ISO containing a newer build number, that would also work.