talkingmoose / Outlook-Exchange-Setup-5

Automatically configure Outlook 2016 for Mac to connect to Exchange
91 stars 18 forks source link

Directory Server #26

Open USicilianU opened 5 years ago

USicilianU commented 5 years ago

Hello, In the script "Outlook Exchange Setup 5.5.4.scpt" does it have a way to fill the DirectoryServer field with the first Exchange server that replies, because we have several? I tried to put * .MyDomainExample.com but it does not work, and if I leave it empty, in Outlook it does not automatically fill with the name of the Exchange server. Thanks for your help.

talkingmoose commented 5 years ago

Hi @USicilianU!

The script doesn't search for domain resources such as the Directory Server address. It takes a hard-coded value that you put into the properties at the top. That server should be a Global Catalog (GC) server (a special type of domain controller). If your organization's network group has created an alias that directs to the nearest GC, that would be ideal. Otherwise, you may need to have a custom script for each location.

USicilianU commented 5 years ago

OK, thanks you for your answer @talkingmoose

But why when I open Outlook and insert an account manually with the Kerberos method without going through the script, it automatically fills the servers? And if I use your self-configuration script, it does not fill the servers?