Ask the Community
Groups
Troubleshooting: Connectivity requirements for the Exchange Migrator - Connect IT Community | Kaseya
<main> <article class="userContent"> <p>The Exchange Migrator uses both EWS and MAPI to connect to mailboxes to Import and Export data, so it is critical that both these protocols are enabled on the Mailboxes you use with the application. By default these protocols will be enabled on any mailbox you create through the Administrative Console with the exception of Kiosk Mailboxes.</p> <p><br><em><strong>Note on Kiosk Mailboxes</strong></em></p> <p><em>A Mailbox that has a Kiosk licence isn’t accessible using Outlook/Mapi so Importing or exporting from these Mailboxes is not possible.</em></p> <p><br>For Mailboxes where MAPI has been disabled by an Administrator to prevent access, this will need to enabled for the application to work. MAPI access can be either Enabled or Disable though the Exchange Administrative console eg.</p> <p><img src="/attachments/token/1xgvbb8lmnui3xl/?name=AdminCenter.png" alt="AdminCenter.png" class="embedImage-img importedEmbed-img"></img></p> <p> </p> <p><img src="/attachments/token/ipbyv7ymfwddkpf/?name=MailboxSettings.png" alt="MailboxSettings.png" class="embedImage-img importedEmbed-img"></img><br><br>These setting can also be configured Remote Powershell and the Get-CASMailbox and Set-CASMailbox</p> <p>Eg. To get the current settings</p> <p><img src="/attachments/token/1ycyz8gyu4pr59z/?name=get-casmailbox.png" alt="get-casmailbox.png" width="528" height="77" class="embedImage-img importedEmbed-img"></img><br><br>To Enabled MAPI on a Mailbox you can use<br>Set-CASMailbox –Identity mailbox -MAPIEnabled:$true -EwsEnabled:$true</p> <p> </p> </article> </main>