July 2017
Intermediate to advanced
648 pages
31h 9m
English
By default, the Outlook Anywhere feature is enabled, but it needs to be configured with the correct hostname and authentication values. This is done by using the Set-OutlookAnywhere cmdlet. See the following example:
Set-OutlookAnywhere -Identity 'TLEX01\Rpc (Default Web Site)' `
-ExternalHostname mail.contoso.com `
-ExternalClientRequireSsl $true ` -InternalHostname mail.contoso.com `
-InternalClientRequireSsl $true ` -ExternalClientAuthenticationMethod Basic ` -InternalClientAuthenticationMethod Ntlm `
-SSLOffloading $false
In this example, Outlook Anywhere is configured on the TLEX01 server.
Read now
Unlock full access