How to suppress Autodiscover Redirect warnings via GPO?
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?
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:
- Close Outlook.
- Start Registry Editor.
- 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
- Click the Edit menu, point to New, and then click String Value.
- 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.
- 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