Since EDGE seems to be the \"default\" browser for Windows 10, we need a way to \"force\" EDGE to open our website in IE mode or at least direct the user to open the website in
So far the articles https://technet.microsoft.com/en-us/library/mt270205.aspx and https://msdn.microsoft.com/en-us/library/Dn872481.aspx are misleading and don't fully work on my machine.
There are two options I was able to get to work.  
Here is the registry keys just in case someone wants to do all this without opening group policy / IE options.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Main]
"SendIntranetTraffictoInternetExplorer"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Microsoft\MicrosoftEdge\Main]
"SendIntranetTraffictoInternetExplorer"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\google.com\www]
"https"=dword:00000001