Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

How to suppress Autodiscover Redirect warnings via GPO?

Writer Emily Wong

Our users keep getting the Autodiscover redirect warnings in Outlook, even when they select "Don't inform me about this website again", the message comes back in a few days.

I want to suppress this message for once and for all. Autodiscover appears to be working correctly on all clients.

Is there a way to suppress this message on all cients at once, for example via GPO?

enter image description here

1 Answer

I found this old question whilst looking for the same thing. I haven't found a way to do this with a GPO yet, but this can be done in the registry like so:

  1. Close Outlook.
  2. Start Registry Editor.
  3. Locate and then click to select the following registry subkey:

HKEY_CURRENT_USER\Software\Microsoft\Office\xx.0\Outlook\AutoDiscover\RedirectServers

Note You can also use the following registry subkey:

HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\xx.0\Outlook\AutoDiscover\RedirectServers

Where xx is 12.0 for Outlook 2007, 14.0 for Outlook 2010, 15.0 for Outlook 2013, and 16.0 for Outlook 2016

  1. Click the Edit menu, point to New, and then click String Value.
  2. Type the name of the HTTPS server to which AutoDiscover can connect without warning for the user, and then press ENTER.

For example, to allow a connection to , the first String Value (REG_SZ) name would be as follows: contoso.com

*You do not have to add text to the Value data box. The Data column should remain empty for the string values that you create. To add more HTTPS servers to which AutoDiscover can connect without displaying a warning, repeat steps 4 and 5 for each server.

  1. On the File menu, click Exit to exit Registry Editor.

(taken from Microsoft Support Article)

I haven't found a pre-existing policy to use to create a GPO, but you could create your own to set those registry values instead.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy