Skip to content

Commit ce1fb00

Browse files
authored
Update Test-ImapConnectivity.md
KB request was rejected, provided should make the change here.
1 parent 02399d0 commit ce1fb00

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

exchange/exchange-ps/exchange/client-access/Test-ImapConnectivity.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ You can write the results to a file by piping the output to ConvertTo-Html or Co
5050

5151
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx).
5252

53+
**Important Note**: When running this command on Exchange 2013 or newer against a particluar mailbox, you may see this following error message when running this command on an Exchange Server that doesn't host the active mailbox database copy of the mailbox that you are running the command against.
54+
55+
```
56+
Unable to create MailboxSession object to access the mailbox [[email protected]]. Detailed error information: [Microsoft.Exchange.Data.Storage.WrongServerException]: The user and the mailbox are in different Active Directory sites. Inner error [Microsoft.Mapi.MapiExceptionMailboxInTransit]: MapiExceptionMailboxInTransit: Detected site violation (hr=0x0, ec=1292)
57+
```
58+
59+
You should run the command again in an Exchange Management Shell on the server that hosts the active mailbox database copy to verify that IMAP works for this mailbox.
60+
5361
## EXAMPLES
5462

5563
### -------------------------- Example 1 --------------------------

0 commit comments

Comments
 (0)