Windows 11 Compatibility with Win Server 2019 with WSEE

Answered
0

I tried to connect a windows 11 client to the server and could not. Is windows 11 compatible?

Thanks,

Skip

  • You must to post comments.
Best Answer
1

Yes, the Windows Server Essentials Connector software (installed via http://<ServerName>/connect) does indeed work just fine with Windows 11. That being said… Getting the connector to install has always been a finicky process. If you’re having trouble getting it to install (i.e. if it’s not able to find your Essentials server) then here are a few things that you can try:

First, make sure that you add the following .NET Framework security settings to your server, and to ALL of your client computers, and then reboot them. The settings allow the older versions of Microsoft’s .NET Framework packages (used throughout Windows Server Essentials) to be able to utilize newer/stronger TLS 1.2 SSL connections (whenever the clients attempt to communicate with the server, etc.):

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v2.0.50727]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001

Second, you should make sure that you set the adapter settings/options for the network connection on your Essentials server so that its preferred IPv4 DNS server address is set to the default 127.0.0.1 localhost/loopback address, and its alternate IPv4 DNS server address is set to the IP address of your network router (e.g. 192.168.1.1) or other DNS server (e.g. 8.8.8.8). You should also verify that the preferred IPv6 DNS server address is set to its default ::1 value.

In addition, you should also change the adapter settings/options for the network connection on ALL of your client computers so that their preferred IPv4 DNS server address is set to the static IP address of your Windows Server Essentials server, and their alternate IPv4 DNS server address is set to the IP address of your network router (e.g. 192.168.1.1) or other DNS server (e.g. 8.8.8.8). Doing so will allow the client-side Windows Server Essentials Connector software’s installer (which you can download from each of your client computers by browsing to http://<ServerName>/connect, where <ServerName> is the name of your Essentials server) to be able to successfully locate and connect the client computer to your Windows Server Essentials server.

Lastly, if you do not want to join your connected client computers to the Windows Server Essentials domain, then you can use Microsoft’s SkipDomainJoin connection method instead.

  • LG71
    If I don’t want my clients to go through server, can I do that? There is a registry hack to skipDNS for clients.
  • Mike
    Yes, if you don’t want to domain join your clients to the server then follow the link to Microsoft’s SkipDomainJoin connection method mentioned above and add the required registry entry to your clients BEFORE you install the Windows Server Essentials client connector software on them.
  • You must to post comments.
0

Dword 32 or 64?

  • Mike
    32-bit (as 64-bit would be a QWORD or “hex(b)” in reg file speak)
  • You must to post comments.
Showing 2 results
Your Answer
Post as a guest by filling out the fields below, or you may to post using your existing user account (register to create a user account if you do not already have one). Guest's questions will be moderated before being posted. NOTE: Your email address will not be published, nor will it be used for marketing purposes, etc. (as per our privacy statement).
Name*
E-mail*
Answer Details*
Screenshots
File Name Size
There are currently no files uploaded.
Maximum number of files 4, maximum file size 5MB.
Supported file formats: gif jpeg jpg png

Featured Questions

Recent Questions & Answers

Q&A Toolbox