LogoLogo
Movebot HomeLogin
  • Welcome
  • CONNECTIONS
    • SharePoint Online
    • Google Workspace Drives
    • Windows File Server
    • Dropbox Business
    • Egnyte
    • Box
    • BIM 360 Docs
    • Amazon WorkDocs
    • Citrix ShareFile
    • Google Workspaces Gmail
    • Outlook Online (Office 365) EWS
    • Exchange Server
    • IMAP Server
    • pCloud
    • Block Storage
      • Amazon S3
      • Azure Files
      • Azure Blob
      • Google GCS
      • Backblaze B2
      • Wasabi
    • Other Connectors
      • SFTP Server
      • Google Drive (Personal)
      • Dropbox Personal
      • SharePoint via Application Access
  • Features
    • Overview
    • Data Migrations with Movebot
    • Mail Migrations with Movebot
    • Calendar Migrations with Movebot
  • Using Movebot
    • Overview
    • Scan and Discovery
      • Project Discovery Scan
      • Searching Scan Results
      • Adding Transfers from Scan
      • Warnings and Issues
    • Transfer Mapping
      • Add User Mappings
      • Add Team/Shared Drives
      • Add Network Mappings
      • Import CSV Mappings
      • Excluding Content
    • Permissions and Metadata
      • Mapping Permissions
      • Scanning permissions
      • Manual Permissions
    • Transfer Execution and Cutover
      • Deltas and Changes
      • Failures and Errors
      • Pausing/Resuming
      • Scheduling
      • Data Localization
  • Platforms Guides
    • Overview
    • Google
      • SharedWithMe content
      • Sharing and Ownership
      • Performance and Limits
      • Deduplication of files/folders
      • Delegating Domain Wide Authority
      • Mail ingestion methods
    • SharePoint
      • Granting OneDrive Access
      • Performance Limits and SharePoint Ludicrous Mode
    • Windows Fileservers
      • Server Requirements
      • Proxy Configuration
      • Non-GUI Environments
      • Running the Movebot Agent as a Service
      • Logging and Debugging
    • Dropbox
      • Namespaces and Limitations
    • Others
      • Exchange Web Services (EWS)
        • How to disable EWS throttling
  • Troubleshooting
    • Performance and Speed
    • Errors and Failures
      • Common Errors
        • Error: user-not-active
        • Error: token-expired
        • Error: unknown-error
        • Error: user-not-found
        • Error: file-not-found
        • Error: invalid-filename-characters
        • Error: duplicate-file-name
        • Error: permissions-mapping-incomplete
        • Error: access-denied
        • Error: uploaded-size-mismatch
    • Hipaa Regions
  • Login to Movebot
Powered by GitBook
On this page
  • Introduction
  • Requirements
  • Configuration Steps
  • Common Errors
  • Frequently Asked Questions
  • Supported Features

Was this helpful?

Export as PDF
  1. CONNECTIONS

Exchange Server

Learn how to connect to an Exchange Server

Introduction

Movebot connects to Exchange Servers using service account credentials and the server hostname.

Connecting Movebot to the Exchange Server requires giving Movebot permissions to access data.

Requirements

To connect Movebot to Exchange, you will need:

  • Exchange Server credentials and server hostname

  • Service account with Discovery Management Role

Configuration Steps

  1. Login to Movebot, choose Create New Connection, choose Microsoft Exchange (EWS), and set the connection name.

  2. Enter your Exchange Server EWS hostname. Example: exch01.mydomain.com note: please do not include the https:// prefix.

  3. Provide the username for the service account, typically in the format of <username>@<exchange_domain>, e.g. Administrator@<exchange_domain>

  4. Provide the password for the service account.

  5. Provide Discovery Management permissions to the service account following these steps.

    1. Log in to your Exchange Admin Center (Exchange Control Panel), which can be accessed through the web at <domain_hosting_exchange>/ecp

    2. Log in to the administrator account

    3. Select the 'permissions' tab within the Exchange Control Panel

    4. Under Admin Roles select Discovery Management and click the '+'. button.

    5. Under members, add the user you are using on the Movebot configuration, then click save. It will take a few minutes for the new changes to reflect.

      • If permissions are incorrectly configured, Movebot will show the error message "The caller has not assigned any of the RBAC roles requested in the management role header".

  6. Click Save and Test connection in Movebot

​

Common Errors

Movebot supports migration from Exchange On-Prem environments. Below are common errors users may encounter, along with troubleshooting steps and frequently asked questions.

Error: Authentication Issue - UPN Logins Not Allowed

Cause: UPN-based logins are not permitted in the current server configuration.

Resolution: Enable UPN-based logins on your Exchange server to allow authentication using the user@domain.com format when connecting via EWS.

Error: Authentication Issue - Basic Authentication Not Allowed

Cause: Basic authentication is disabled on the Exchange server.

Resolution: Enable basic authentication for EWS access. This is required for Movebot to successfully authenticate and perform migrations from Exchange On-Prem.

Error: Hostname Issue

Cause: The default hostname or URL used to connect to EWS is not resolving correctly or is incomplete.

Resolution: If the default URL format exch01.domain.com doesn't work, try using the full EWS path instead: exch01.domain.com/ews/exchange.amsx

Frequently Asked Questions

How do I transfer one specific folder within a mailbox?

Answer: You can use the CSV Import feature to map the specific folder. Example: source,destination /mailbox:user@domain.com/@MAIL/Important Mail,/mailbox:user@new-domain.com/@MAIL

How can I migrate only mail that was received before a specific date?

Answer: From your Step 6 of your project settings, add a content exclusion rule to ignore "Files/Objects modified after UTC time".

Once I've migrated the historical mail, can I run a migration for only mail received after a certain date?

Answer: Yes. Use the Start Delta Migration option from the launch menu, then specify how far back you'd like the delta to cover.

Does Movebot support merging multiple mailboxes into a single mailbox?

Answer: Yes. It is possible to use a CSV import to map multiple source mailboxes into a single destination mailbox. You can assign each source to a custom sub-folder. Be sure to enable "Migrate folder contents" when importing the CSV.

Example:

source,destination /mailbox:source-one@domain.com/@MAIL,/mailbox:dest@domain.com/@MAIL/source-one/mailbox:source-two@domain.com/@MAIL,/mailbox:dest@domain.com/@MAIL/source-two/mailbox:source-three@domain.com/@MAIL,/mailbox:dest@domain.com/@MAIL/source-three

Supported Features

Movebot has comprehensive support for Exchange and is well-maintained.

Feature

Supported in Movebot

Email Messages and Folders

Fully Supported

Calendars

Fully Supported

Contacts

Fully Supported

Public Folders

Fully Supported

Tags: exchange

Last updated 3 days ago

Was this helpful?