How to configure Outlook Anywhere in Exchange server 2019

Configure Outlook Anywhere

In this article, I will configure Outlook Anywhere feature that will allows you to access your Exchange email account remotely via the web once you are working outside your organization’s.

Configure Outlook Anywhere

1- Open the Exchange PowerShell run the following command.

Set-OutlookAnywhere -Identity “Exch2K19-1\RPC (Default Web Site)” -ExternalHostname mail.xpertstec.com -InternalHostname mail.xpertstec.com -ExternalClientsRequireSsl $true -InternalClientsRequireSsl $true -DefaultAuthenticationMethod NTLM

set outlook anywhere command

2- To verify configuration, run the following command.

Get-OutlookAnywhere | Select Server,ExternalHostname,Internalhostname | fl

get outlook anywhere command

3- login to Exchange Admin Center and select the Servers tab and select Servers and select EXCH2K19-1 and then select the edit button.

exchange 2019 admin center server

4- left side Select Outlook Anywhere, Type Internal & External URL, under when connecting to your organization select NTLM and then click on save.

exchange 2019 virtual directory outlook anywhere

For more details click here

Comments

Leave a Reply