Outlook Anywhere

mara2021 1,121 Reputation points
2024-03-13T22:28:21.5466667+00:00

I have two on premise hybrid servers. I want to make sure we are not using Outlook Anywhere.

I checked the Outlook Anywhere Configuration in EAC.

The external host field is blank.

The server name is in the internal host field.

Authentication is set to negotiate.

Allow SSL offloading is checked.

I ran the Get-OutlookAnywhere command in powershell. It returned the server name, blank external host name and the internal host name.

Based on this, does it mean we are not using Outlook Anywhere?

Thanks.

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,178 questions
Outlook | Windows | Classic Outlook for Windows | For business
Exchange | Hybrid management
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2024-03-14T09:02:46.5066667+00:00

    Hi, first of all I would like to ask: 1. what version of exchange are you using? 2. what is the purpose of disabling outlook anywhere?

    Based on your description, I have the following thoughts:

    1.If the External Host field is empty, it indicates that the external client is not explicitly configured to connect through Outlook Anywhere. However, it does not mean that Outlook Anywhere is completely disabled.

    2.The Get-OutlookAnywhere PowerShell command returns the server name, a blank external host name, and an internal host name, which indicates that there are Outlook Anywhere virtual directories on the server.These directories are used by Outlook Anywhere.

    To be sure, I recommend checking the actual client connections and verifying that Outlook Anywhere is actively used. You can do this by monitoring client access logs or looking at client connection settings.

    To disable Outlook Anywhere, you can use the Set-OutlookAnywherePowerShell cmdlet to modify virtual directory as needed.I suggest you can disable outlook anywhere using this format cmdlet:

    Set-CASMailbox ******@contoso.com -DisplayName "Tony Smith" -MAPIBlockOutlookRpcHttp $true.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.