This migration guide contains the necessary steps to perform a mailbox migration from On-Premises Exchange 2007+ to Exchange 2013+. If this is your first time performing a migration, we have created a Migration Planning & Strategy Guide to walk you through planning, set-up, and general migration best practices.
MigrationWiz
MigrationWiz is a migration tool, not a syncing tool. If changes are made at the source after migration, they will not sync to the destination, nor will changes made at the destination sync to the source. We do not have “live” monitoring of changes (as with a sync agent) and we cannot handle scenarios such as conflict resolution without user interaction.
MigrationWiz supports the capability to share migration projects across a Workgroup. When the Project Sharing feature is turned on, all Agents besides those who are Inactive can view all migrations projects.
Prerequisites
- Run the Active Directory Migration Tool (ADMT) to migrate objects over to the new server.
- Install the Exchange 2013 or 2016 server into the Destination server.
- Create Exchange users on the new Exchange server.
- Set up router ports for OWA traffic. Set different OWA URLs for each environment, and configure the router ports to accept inbound/outbound mail traffic for those OWA URLs.
Set up Router Ports
If you have multiple ports on your router, set different OWA URLS for each environment. Let’s say SBS Exchange 2003 server has OWA = owa.Sourcedomain.com and Exchange 2013 server has OWA = webmail.Destinationdomain.com
- The first router port would be configured with IP address 1, and accept inbound/outbound mail traffic for http://owa.Sourcedomain.com:443/owa
- The second router port would be configured with IP address 2, and accept inbound/outbound mail traffic on http://webmail.Destinationdomain.com:443/owa
If you have just one port on your router, as is the case with some small companies, then you’ll need to either set up port translation and port redirection to handle the traffic routing.
For example, you could add, say, port 4443 to accept traffic for webmail.Destinationdomain.com and leave port 443 to accept traffic for owa.Sourcedomain.com.
- Port translation would need to be configured on the router so that incoming traffic on port 4443 would then be translated to port 443.
- Port redirection would need to be configured on the router so that after translation this traffic would then be redirected (using port redirection) to the new (Destination) Exchange 2013 server.
- For traffic coming into port 443, there is no port translation. It is just redirected to the old Exchange 2003 (Source) server.
Limitations
- App password usage, MFA/2FA, and ADFS are not supported for the migration service accounts being used for this migration scenario.
Important
It is not possible to install Exchange 2016 into the same forest as an Exchange 2007 server. Therefore, it is imperative to complete all the prerequisite steps (as listed below) before beginning your migration project. More details can be found in the Can't install Exchange 2016 in a forest that contains Exchange 2007 servers TechNet article.
- DeploymentPro is included with the User Migration Bundle license. DeploymentPro cannot be purchased as a standalone service license, and it cannot be added to the single-use mailbox migration license. If you wish to remotely configure Outlook mail profiles using DeploymentPro after a migration, purchase the User Migration Bundle license.
- The MSPComplete section includes steps to deploy the Device Management Agent (DMA) to end users. Deploying DMA to end users is a prerequisite if you will be using DeploymentPro. We strongly recommend that you use DeploymentPro to reconfigure the Outlook profiles in this migration scenario.
- DeploymentPro currently can only officially be used with migration projects where Office 365 is the Destination. If using DeploymentPro with Exchange (either On-Premises or Hosted) as a Destination, then a Proof Of Concept should be run first.
- Exchange environments can have complex AutoDiscover settings, along with UPN and SMTP address mis-matches, which can require troubleshooting and reconfiguration before DeploymentPro can be made to work against such environments.
- A Proof Of Concept will uncover any complications.
Migrated Items
Please click the bar below to check the migrated and non-migrated items. We are constantly working to create a better migration experience for you so these items may change over time.
Migrated items vary by version of Exchange. The following list is for Exchange Server 2010 SP1+, which applies to Exchange 2013+ as well.
- Inbox
- Inactive inboxes
- Folders
- Contacts
- Calendars
- Tasks
- Journals
- Notes
- Post (when the destination is Exchange or Microsoft 365)
- Server-Side mailbox rules
- Client-Side mailbox rules for Outlook (Exchange 2013 and 2016 only)
- Automatic Replies (Out of Office Messages for Exchange 2013 and 2016 only)
- Personal Folder and Calendar Permissions (Exchange 2013 and 2016 only)
Not migrated items vary by version of Exchange. The following list is for Exchange Server 2010 SP1+, which applies to Exchange 2013+ as well.
- Email templates
- Email flags (if the destination is G Suite)
- Safe Sender/Block Lists
- Mail Settings
- Standalone documents stored in Mailbox Folders or Public Folders (Example: IPM.Document item types)
- System Public Folders
- StickyNote folders
For additional features and limitations, please visit MigrationWiz: Migrated and Not Migrated Items.
Important
When Exchange is the source, keep in mind the following points:
- If an account exists in the destination and matches the UPN prefix of an account with Calendar Permissions in the Source prior to submitting a migration, Calendar Permissions will be migrated (except for Resource Calendars) but the Resource Calendars permissions are not migrated.
- If an account does not exist in the destination that matches the UPN prefix of an account with Calendar Permissions in the Source prior to submitting a migration, Calendar Permissions are not migrated.
If your Source server is running Exchange version 2003, or Small Business Server (SBS), refer to the On-Premises Exchange 2003/SBS to On-Premises Exchange (versions 2007 and later) Migration Guide article for more information.
Migrations from Exchange 2010+
If migrating from Exchange 2010+ instead of Exchange Server 2007, the steps will be the same. However, when preparing your Source server, you should follow the instructions below to disable throttling for the admin account that is being used for migration.
The Exchange Server has very low throttling policy limits. We recommend disabling the throttling limits during the migration. This is only relevant if throttling policies are enabled in the Exchange environment.
If you are creating or applying a throttling policy on Exchange, you will need to use delegation for this endpoint.
Option 1
Disable throttling against only the migrating account (if not using impersonation). This way, the admin account can migrate at a faster rate because it is not subjected to any throttling.
Use this option if using impersonation during the migration. If migrating using admin credentials, it is only necessary to disable throttling against the admin account, rather than all users.
If migrating mailboxes using administrative credentials at the Source, but not using impersonation, we recommend disabling throttling limits on this administrative account in order to improve the speed of migration.
We recommend the creation of a migration administrative account and disabling policy enforcement for this account.
Disable Admin throttling in Exchange Server 2010
To disable all throttling parameters for an admin account called "MigrationWiz":
- On a computer that hosts the Microsoft Exchange Management Shell, open the Microsoft Exchange Management Shell.
- Type the following command and press Enter.
New-ThrottlingPolicy MigrationWizPolicy
- Type the following command and press Enter.
Set-ThrottlingPolicy MigrationWizPolicy -RCAMaxConcurrency $null -RCAPercentTimeInAD $null -RCAPercentTimeInCAS $null -RCAPercentTimeInMailboxRPC $null -EWSMaxConcurrency $null -EWSPercentTimeInAD $null -EWSPercentTimeInCAS $null -EWSPercentTimeInMailboxRPC $null -EWSMaxSubscriptions $null -EWSFastSearchTimeoutInSeconds $null -EWSFindCountLimit $null -CPAMaxConcurrency $null -CPAPercentTimeInCAS $null -CPAPercentTimeInMailboxRPC $null -CPUStartPercent $null
- Type the following command and press Enter.
Set-Mailbox "MigrationWiz" -ThrottlingPolicy MigrationWizPolicy
Exchange Server 2013+
To disable all throttling parameters for an admin account called "MigrationWiz":
- Open the Exchange Management Shell.
- Type the following command and press Enter.
New-ThrottlingPolicy MigrationWizPolicy
- Type the following command and press Enter.
Set-ThrottlingPolicy MigrationWizPolicy -RCAMaxConcurrency Unlimited -EWSMaxConcurrency Unlimited -EWSMaxSubscriptions Unlimited -CPAMaxConcurrency Unlimited -EwsCutoffBalance Unlimited -EwsMaxBurst Unlimited -EwsRechargeRate Unlimited
- Type the following command and press Enter.
Set-Mailbox "MigrationWiz" -ThrottlingPolicy MigrationWizPolicy
Option 2
Disable throttling against all user accounts (if migrating using an admin account and using impersonation). This way the admin account can migrate at a faster rate because it impersonates user accounts, which are not subjected to throttling.
If migrating mailboxes using administrative credentials at the Source, and using impersonation, disabling throttling limits on all mailboxes will improve the speed of migration, but it is a security risk. The throttling limits are working together to protect an Exchange server from being overwhelmed by accepting and delivering messages.
Read Message Rates & Throttling before you execute the scripts below.
Exchange Server 2010
To disable all throttling parameters for all mailboxes:
- On a computer that hosts the Microsoft Exchange Management Shell, open the Microsoft Exchange Management Shell.
- Type the following command and press Enter.
New-ThrottlingPolicy MigrationWizPolicy
- Type the following command and press Enter.
Set-ThrottlingPolicy MigrationWizPolicy -RCAMaxConcurrency $null -RCAPercentTimeInAD $null -RCAPercentTimeInCAS $null -RCAPercentTimeInMailboxRPC $null -EWSMaxConcurrency $null -EWSPercentTimeInAD $null -EWSPercentTimeInCAS $null -EWSPercentTimeInMailboxRPC $null -EWSMaxSubscriptions $null -EWSFastSearchTimeoutInSeconds $null -EWSFindCountLimit $null -CPAMaxConcurrency $null -CPAPercentTimeInCAS $null -CPAPercentTimeInMailboxRPC $null -CPUStartPercent $null
- Type the following command and press Enter.
Get-Mailbox | Set-Mailbox -ThrottlingPolicy MigrationWizPolicy
The steps above will remove throttling policies against all user accounts at your Source. You still need to enable impersonation within your MigrationWiz project, so that the admin account can impersonate the user accounts during migrations, and so that the migrations use the bandwidth available to the individual user accounts, rather than just the bandwidth available to the admin account.
Exchange Server 2013 or 2016
To disable all throttling parameters for all mailboxes:
- Open the Exchange Management Shell.
- Type the following command and press Enter.
New-ThrottlingPolicy MigrationWizPolicy
- Type the following command and press Enter.
Set-ThrottlingPolicy MigrationWizPolicy -RCAMaxConcurrency Unlimited -EWSMaxConcurrency Unlimited -EWSMaxSubscriptions Unlimited -CPAMaxConcurrency Unlimited -EwsCutoffBalance Unlimited -EwsMaxBurst Unlimited -EwsRechargeRate Unlimited
- Enter the following command and press Enter.
Get-Mailbox | Set-Mailbox -ThrottlingPolicy MigrationWizPolicy
The steps above will remove throttling policies against all user accounts at your Source. You still need to enable impersonation within your MigrationWiz project, so that the admin account can impersonate the user accounts during migrations, and so that the migrations use the bandwidth available to the individual user accounts, rather than just the bandwidth available to the admin account.
Prepare the Source Environment
Create an Admin Account
Set up an admin account for migration on the Source Exchange mailbox server.
Create an administrator account in Exchange to be used for migration or use the global admin account for the tenant. The administrator account must have either full access to the user mailboxes or be granted impersonation rights. We recommend using impersonation as it will help reduce the likelihood of the migration being throttled by Microsoft.
- Open the Exchange Management Console.
- Expand the Recipient Configuration.
- Right-click on the Mailbox.
- Click on New Mailbox.
- Click on Next.
- Click on Next.
- Enter "MigrationWiz" as the first name.
- Enter "MigrationWiz" as the user logon name, and optionally select a user principal name (UPN) domain.
- Enter a password and confirm the password.
- Click on Next.
- Click on Browse to select a Mailbox database.
- Click on Next.
- Click on New.
- Click on Finish.
To grant the account access, perform the following from the Exchange Server machine:
- Open the Exchange Management Shell.
- Enter the following command:
GetMailbox -ResultSize Unlimited | Add-MailboxPermission -AccessRights FullAccess -User MigrationWiz
The above command needs to be applied each time a new mailbox is created, since permissions are set directly on each mailbox. The administrative account will not have access until the permissions are applied.
In the above script, the username "MigrationWiz" should be replaced with the name of the administrative account that was set up, by following the earlier instructions in this article.
This username is the Administrative Username that needs to be entered under project source or destination settings, within MigrationWiz, when check marking the box labeled: Use Administrative Login.
Test OWA Access
OWA must be working on the Source Exchange server.
There are some instances in which the login page for OWA is different than the actual OWA URL for the mailbox, as you may get redirected to a different server after logging in. To determine the true OWA URL, perform the following:
- Close all browser instances. This ensures that all session state browser cache is flushed.
- Open a new browser instance.
- Navigate to your OWA login page.
- Log in to OWA.
- Once you see the inbox, copy the URL from the navigation bar of the browser. This is the exact OWA URL that should be entered into MigrationWiz.
Another method for determining the OWA URL is to use the "whatismyipaddress" website to determine the company's public IP address, and then add /owa to the end of it.
Now that your OWA URL has been determined, we need to ensure that the username and password combination works. The username and password that you use to log in to OWA is the exact same username and password that you should be entering into MigrationWiz. To determine if your username and password are working, perform the following:
- Close all browser instances. This ensures that all session state browser cache is flushed.
- Open a new browser instance.
- Navigate to the same OWA login page as determined by Step 5 above.
- Log in to OWA. Pay special attention to the login name, i.e.:
- Email address means "user@example.com" format.
- Domain\user name means "example\user" format.
- User name means "user" format.
- Once you see the inbox, you have successfully logged into OWA. Enter the exact same username and password used in MigrationWiz.
Test Mailbox Access
- Browse to https://testconnectivity.microsoft.com. This is a Microsoft-owned tool.
- If using Office 365, click on the Office 365
- Select Service Account Access (Developers)and click on Next.
- Specify the target mailbox email address.
- Specify the service account user name (if using admin credentials on the connector, enter the exact same user name).
- Specify the service account password (if using admin credentials on the connector, enter the exact same password).
- Check Specify Exchange Web Services URL and specify the URL (example: https://server/EWS/Exchange.asmx).
- If using Exchange Server, do not check Use Exchange Impersonation. If you are using Office 365, and using impersonation, do check the box.
- Check Ignore Trust for SSL.
- Click on Perform Test.
- Once results are displayed, check the overall result, and also click on Expand All.
It may be necessary to first grant permissions.
Prepare the Destination Environment
First, set up user accounts, then complete the following steps.
Create Admin Account
Create an administrator account in Exchange to be used for migration or use the global admin account for the tenant. The administrator account must have either full access to the user mailboxes or be granted impersonation rights. We recommend using impersonation as it will help reduce the likelihood of the migration being throttled by Microsoft.
- Open the Exchange Management Console.
- Expand the Recipient Configuration.
- Right-click on the Mailbox.
- Click on New Mailbox.
- Click on Next.
- Click on Next.
- Enter "MigrationWiz" as the first name.
- Enter "MigrationWiz" as the user logon name, and optionally select a user principal name (UPN) domain.
- Enter a password and confirm the password.
- Click on Next.
- Click on Browse to select a Mailbox database.
- Click on Next.
- Click on New.
- Click on Finish.
To grant the account access, perform the following from the Exchange Server machine:
- Open the Exchange Management Shell.
- Enter the following command:
Get-Mailbox -ResultSize Unlimited | Add-MailboxPermission -AccessRights FullAccess -User MigrationWiz
The above command needs to be applied each time a new mailbox is created since permissions are set directly on each mailbox. The administrative account will not have access until the permissions are applied.
In the above script, the username "MigrationWiz" should be replaced with the name of the administrative account that was set up, by following the earlier instructions in this article.
This username is the Administrative Username that needs to be entered under project source or destination settings, within MigrationWiz, when check-marking the box labeled: Use Administrative Login.
Set up a PowerShell Session
Set up a remote PowerShell session with Exchange 2010+.
In the PowerShell script above, change the -User account to match the name of the admin account that was set up for migration.
Any user account that is a part of the domain administrator, schema administrator, or enterprise administrator groups will not have any administrative rights to mailboxes, no matter how many permissions are granted. A security default of Exchange Server is to explicitly deny any user that is a member of these groups. This is why we recommend creating a new user account specific for migration.
Disable Throttling
Disable throttling against the admin account. Use Option 1 in the Migrating from Exchange 2010+ section above.
Verify mailbox Accessibility Using EWS
You can verify independently if a mailbox is accessible using EWS with the following steps:
- Go to https://testconnectivity.microsoft.com.
- If using Office 365, click the Office 365 tab.
- Select Service Account Access (Developers) and click Next.
- Specify the target mailbox email address.
- Specify the service account user name. If using admin credentials on the connector, enter the exact same user name.
- Specify the service account password. If using admin credentials on the connector, enter the exact same password.
- Check Specify Exchange Web Services URL and specify the URL (example: https://server/EWS/Exchange.asmx).
- If using Exchange Server, do not check Use Exchange Impersonation. If you are using Office 365, and using impersonation, do check the box.
- Check Ignore Trust for SSL.
- Click Perform Test.
- Once results are displayed, check the overall result, and click Expand All.
It may be necessary to first manage permissions.
If you want to be able to migrate messages with attachments larger than 10MB, the following limits need to be increased:
This is a two-step process. The reason for this is that if the message size limits of Exchange are increased, the IIS limits will also have to be increased to allow increased payloads. There are other non-standard settings that can also cause size restrictions for the IIS or EWS connections, but we are unable to troubleshoot or identify specific environment restrictions outside of these settings.
To display current message size limits:
- Open the Exchange Management Shell.
- Enter the following commands:
Get-TransportConfig | Format-List -Property MaxReceiveSize, MaxSendSize
Get-SendConnector | Format-List -Property Identity, MaxMessageSize
Get-ReceiveConnector | Format-List -Property Identity, MaxMessageSize
Get-MailBox | Format-List -Property PrimarySmtpAddress, MaxSendSize, MaxReceiveSize
To increase message size limits on the Exchange Server:
- Open the Exchange Management Shell.
- Enter the following commands:
Set-TransportConfig -MaxReceiveSize 150MB -MaxSendSize 150MB
Get-SendConnector | Set-SendConnector -MaxMessageSize 150MB
Get-ReceiveConnector | Set-ReceiveConnector -MaxMessageSize 150MB
Get-Mailbox | Set-Mailbox -MaxSendSize 150MB -MaxReceiveSize 150MB
Increase IIS Limits to Allow Accepting Payloads
There are three limits that should be increased in IIS:
- maxRequestLength
- maxAllowedContentLength
- maxReceivedMessageSize
Follow these steps to increase the Exchange message size limits on your client access server:
- OpenWindows Explorer.
- Navigate to %ExchangeInstallPath%FrontEnd\HttpProxy\ews\
- Open the file Web.Config in a text editor, such as Notepad.
- Find the XML tag starting with for each change.
- Change the existing value to maxRequestLength="200000" -- this occurs in one place on the Web.Config file.
- Change the existing values to maxAllowedContentLength="200000000" -- this occurs in one place on the Web.Config file.
- Change the existing values to maxReceivedMessageSize="200000000" -- this entry occurs up to 12 times. This needs to be changed for each Authentication method.
For example:
<httpsTransport maxReceivedMessageSize="200000000" authenticationScheme="Anonymous" maxBufferSize="81920" transferMode="Streamed" />
<httpsTransport maxReceivedMessageSize="200000000" authenticationScheme="Basic" maxBufferSize="81920" transferMode="Streamed" />
etc. - If you are running IIS7 and Windows 2008, it may be necessary to increase WCF settings.
- Save the file.
- IIS Reset is not needed, web.config changes are picked up by the next connection.
Follow these steps to increase the Exchange message size limits on your mailbox server:
- OpenWindows Explorer.
- Navigate to %ExchangeInstallPath%ClientAccess\exchweb\ews\
- Open the file Web.Config in a text editor, such as Notepad.
- Find the XML tag starting with each change.
- Change the existing value to maxRequestLength="200000" -- this occurs in one place on the Web.Config file.
- Change the existing values to maxAllowedContentLength="200000000" -- this occurs in one place in the Web.Config file.
- Change the existing values to maxReceivedMessageSize="200000000" -- this entry occurs up to 12 times. This needs to be changed for each Authentication method.
- If you are running IIS7 and Windows 2008, it may be necessary to increase WCF settings.
- Save the file.
- IIS Reset is not needed, web.config changes are picked up by the next connection.
You may increase the maximum accepted content length by following these directions:
- Open Windows Explorer.
- Navigate to C:\Program Files\Microsoft\Exchange Server\ClientAccess\exchweb\ews
- Open the file Web.Config in a text editor such as Notepad.
- Go to the end of the file.
- Insert or edit the following XML code before the </configuration> tag:
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="104857600" />
</requestFiltering>
</security>
</system.webServer>
If XML code is already present in the Web.Config file, and edit it to match what is shown above.
Sample Web.Config before changes:
<configuration>
<system.web>
...
...
</system.web>
</configuration>
Sample Web.Config after changes:
<configuration>
<system.web>
...
...
</system.web>
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="104857600" />
</requestFiltering>
</security>
</system.webServer>
</configuration>
If you are running IIS7 and Windows 2008, you may need to increase WCF settings:
- Open Windows Explorer.
- Navigate to C:\Program Files\Microsoft\Exchange Server\ClientAccess\exchweb\ews
- Open the file Web.Config in a text editor like Notepad.
- Find all XML tags starting with maxReceivedMessageSize=
- Change existing values to maxReceivedMessageSize="104857600"
- Save the file.
- Open a Command Prompt (cmd.exe).
- Type: cd %windir%\system32\inetsrv
- Type: appcmd.exe set config "Default Web Site/ews" -section:requestFiltering -requestLimits.maxAllowedContentLength:104857600
- Run: iisreset
MSPComplete Steps
Create the customer
Each customer you add will be displayed in your customer list unless you archive it. There are two ways to add customers.
From the All Customer Page
- Click the Add button in the top navigation bar.
- Click the Add Customer button on the All Customers page.
- In the left navigation pane, select the appropriate workgroup and then click All Customers.
- Click Add Customer.
- Enter the new customer’s information in the Add Customer form. Primary Email Domain and Company Name are required. The rest are optional.
- Click Save.
- Repeat steps 1 through 4 for each customer you want to add.
Add Button
Add customers from the Add button in the top navigation bar
- In the left navigation pane, select the appropriate workgroup.
- Click Add in the top navigation bar, and then click Add in the drop-down list.
- Enter the new customer’s information in the Add Customer form.
- Click Save.
Tip: When you click a customer in the list in the main pane, the name appears under Recent Customers in the left navigation pane.
Licensing
Purchase licenses. We recommend that you use the User Migration Bundle license for this migration scenario.
- These licenses enable multiple migrations of user mailboxes, documents, and in-place archives. It also allows the use of DeploymentPro to perform post-migration Outlook email profile configuration.
- User Migration Bundle Licenses have unlimited data available per license.
- User Migration Bundle Licenses are applied to the customer's users and expire 12 months after their purchase date.
- Document, Personal Archive, and DeploymentPro projects are all included when using User Migration Bundle Licenses.
- This license type must be applied manually.
Apply Licenses
- Sign in to MSPComplete at https://manage.bittitan.com.
- When you sign in, make sure to select the MSPComplete button above the email field.
- Select the correct workgroup on the top of the left navigation pane. This is the workgroup that the customer and migration project were created under. Your account must be part of the workgroup if the project was not created under your account.
- On the left navigation pane, click Customers.
- Click the customer that employs the user to whom you want to apply for a User Migration Bundle license.
- Click the Users tab at the top of the page.
- Check the box to the left of the email for the user(s) to whom you want to apply for a license.
- Click the Apply User Migration Bundle License button at the top of the page. It is recommended that users be added to the Customer page with the vanity domain. Then have the User Migration Bundle Licenses applied, before editing to show the .onmicrosoft domain, if the .onmicrosoft domain will be used for the migration.
- If there is at least one unassigned User Migration Bundle license available for each selected user, click Confirm.
Important: If there are no User Migration Bundle licenses currently available to be assigned and your role in the workgroup is Manager or higher, the form that appears provides all the necessary information and will walk you through the steps of purchasing User Migration Bundle licenses.
Deploy DMA to users
GPO is the recommended methodology because no end-user interaction is required. However, DMA may also be deployed via email, which requires users to manually install it on their computers.
Download the DMA Setup File From MSPComplete
- In MSPComplete, click on All Customers from the navigation sidebar.
- Click on the customer name for which you wish to deploy DMA.
- On the horizontal menu bar, click Users.
- Click Add Users, and then click Add Users via Device Management Agent.
- On the Add Users via Device Management panel, click Device Management setup file to download the DMA setup file to your local drive. Please note that this file should not be renamed or altered in any way or it could cause issues when DMA is installed. These instructions are more detailed than those listed in the Add Users via Device Management Agent panel.
Create a Network Share that is Accessible to All of Your Customer’s Computers and Put the DMA Setup File in the Shared Folder
-
- Log on to the file server as an administrator.
- Click Start and search for Server Manager.
- Click Server Manager from the search results.
- Click File and Storage Services.
- Click Shares.
- Next to Shares, click Tasks.
- Click New Share.
- Continue through the New Share Wizard prompts until finished, then click Create.
- Right-click on the new share in Server Manager, and click Open Share.
- Put the DMA setup file in the share.
- Write down the share's network path. This will be needed when creating the scheduled task.
Create a Group Policy Object that Forces the Domain Jolines Computers in a Security Filter to Execute the DMA Setup File Through a Scheduled Task
- Log on to the Active Directory Domain Controller as an administrator.
- Click Start and search for Group Policy Management.
- Click Group Policy Management.
- Right-click on the desired Active Directory domain, and then click Create a GPO in this domain, and link it here.
- Enter a name for the GPO, and then click Ok. By default, the GPO will apply to all users and computers that successfully authenticate to the Active Directory domain.
Narrow the scope of computers that install DMA
- Select Authenticated Users.
- Click Remove.
- Confirm the removal by clicking Ok.
Add a New Security Filter
- Click Add.
- Type the name of the security group that the target computers are a member of and click Check names.
- Click Ok.
Edit Your GPO
- Right-click the new GPO, and click Edit.
- In the console tree, under Computer Configuration, click Preferences> Control Panel > Scheduled Tasks.
- Right-click Scheduled Tasks, click on New, and click on Immediate Task (At least Windows 7).
- Enter a name and a description for the Scheduled Task.
- Click Change User or Group.
- Type "system" in the Object name text box.
- Click Check Names. Make sure that the system object name resolves to NT Authority\System.
- Under Security options, click Run whether a user is logged on or not and add a check next to Run with highest privileges.
- In the Configure for drop-down menu, select Windows 7, Windows Server 2008 R2.
- Click the Actions tab.
- Click on New.
- In the Action drop-down menu, select Start a program.
- In the Programs/script text box, enter the network path for the DMA setup file. If you use the Browse button to find the location of the script, then it will add the path as c:\xxxx. This is incorrect since the script needs to include the UNC path and not the local path. Be sure to replace the c:\ format with the \\servername\sharename\ format.
- If the customer's computers use a proxy, you must add a command line parameter into the Add arguments field to ensure that DMA is able to transmit data through the proxy. Read the How do I deploy the Device Management Agent on computers that use a proxy? article for more information.
- Click Ok.
- Click the Conditions.
- Add a checkmark next to Start only if the following network connection is available, and then select Any connection.
- Click Ok.
Final Steps
- Close Group Policy Management Editor, and then close Group Policy Management.
- The DMA setup file will execute on user computers at the next Group Policy refresh, typically every 90 minutes, with a random offset of 0 to 30 minutes.
To deploy the BitTitan Device Management Agent (DMA) through email, you ask users to manually install the agent. We recommend installing DMA through a group policy object because it’s automated and non-intrusive.
- Click Customers on the navigation sidebar.
- Click the customer name for which you wish to deploy DMA.
- Click Users.
- Add a checkmark next to the user(s) that should receive the email.
- Click the Enable Device Management Through Email button.
- In the Enable Device Management via Email panel, enter your email address in the Reply-To Address field.
- Confirm that all of the users you chose are listed in the To field.
- To personalize the email message that the customer's users will receive, type your changes into the message body text box. If the customer's computers use a proxy, you must add instructions to run the DMA installer with command line parameters that ensure DMA is able to transmit data through the proxy.
- Click Send Agent Email.
Important
DO NOT change the name of the DMA setup file sent via email, or let users share the file. Each file is only for the user and machine it is sent to. - The customer’s users will receive an email asking them to manually install the agent. The users and their computer information will start populating in MSPComplete under the customer’s context soon after the agent is installed and running.
Once DMA has been deployed to users, check the Users tab in MSPComplete. This will be populated with the user accounts that have DMA installed.
DeploymentPro Steps
- Launch DeploymentPro.
- Go to All Products > Device Management, then click DeploymentPro on the far left and follow the prompts to launch.
- Select a customer from the list by clicking on the customer name. The status column will show enabled when a customer account has had DMA deployed.
- Configure customer DeploymentPro module:
- Enter the Domain.
- Select the Destination endpoint.
- Checkmark the Auto-populate box.
- In the Client Interface Configurations section, upload your company logo and add supporting text. We strongly recommend doing this, because this is the logo and text that end users will see in a desktop pop-up when they are prompted to reconfigure their Outlook profiles. If you do not upload your own logo, the default BitTitan logo will be included instead.
- Save and continue.
- Activate the DeploymentPro module for users.
- Either select all users or select individual users. DeploymentPro is included with the User Migration Bundle license. DeploymentPro cannot be purchased as a standalone service license, and it cannot be added to the single-use mailbox migration license. If you wish to remotely configure Outlook mail profiles using DeploymentPro after a migration, purchase the User Migration Bundle license.
- Click the Schedule Cutover button.
- Schedule profile cutover date.
- Set the date and time for the Outlook profile configuration to occur, and click the Schedule Cutover button.
- The DeploymentPro module will install on user devices immediately and then run silently until this date.
- The profile cutover date should be set to a date and time that is shortly after the MX record cutover.
- On the profile cutover date, users will be guided through the reconfiguration of their Outlook profile.
MigrationWiz Steps
Create a Mailbox Migration project
- Click the Go to My Projects button.
- Click the Create Project button.
- Click on the type of project that you wish to create. For this migration:
- Mailbox: Mailbox projects are used to migrate the contents of the primary user mailbox from the previous environment to the new environment. Most mailbox migrations can migrate email, calendars, and contacts.
For mailbox migrations, use administrative credentials to access mailboxes. In most migration scenarios, the admin account needs to have full access rights to the Source mailboxes.
- Click Next Step.
- Enter a Project name and select a Customer.
- Click Next Step.
- Select or create a new source and destination endpoint.
- Click Save and Go to Summary.
Mailbox Migration Settings: Every setting on the project is applied to all mailboxes associated with that project. Only selected settings are applied to the project for settings that are represented as checkboxes. Not selecting a checkbox does not disable a selected setting inherited from the project.
Endpoints
Endpoints are now created through MigrationWiz, rather than through MSPComplete. The steps for this section outline how to create the endpoints in MigrationWiz.
If you are selecting an existing endpoint, keep in mind that only ten endpoints will show in the drop-down. If you have more than ten, you may need to search. Endpoint search is case and character-specific. For example, Cust0mer will not show up if the search is customer. We recommend keeping a list of endpoints you have created, along with any unique spellings or capitalization you may have used.
You may either use existing endpoints or create new ones.
Create your Endpoints
To create a new source endpoint:
- Click New.
- Choose a name for your endpoint.
- Select the Exchange Server 2003+ endpoint type from the Endpoint dropdown menu.
-
Enter the OWA URL.
-
Click the Provide Credentials radio button, and enter the admin account credentials for the account that was set up under the "Prepare the Destination Environment" section of this guide.
- Click Add and Click Next Step.
To create a new destination endpoint:
- Click New.
- Choose a name for your endpoint.
- Select the Exchange Server 2003+ endpoint type from the Endpoint dropdown menu.
-
Enter the OWA URL.
-
Click the Provide Credentials radio button, and enter the admin account credentials for the account that was set up under the "Prepare the Destination Environment" section of this guide.
- Click Add.
- Select the Region of Destination Tenant from the dropdown menu.
Region of Destination Tenant
The Region of Destination Tenant feature optimizes the migration performance and speed by choosing the region closest to the destination tenant. MigrationWiz displays a dropdown that allows you to select the destination region when configuring your destination endpoint.
Tip
You can find the region of your destination tenant directly in the Microsoft Entra admin center by going to Identity > Overview > Properties, and using the Country or region or the Data location.
For more information on this topic, review this article.
Warning
If you do not complete this field you will not be able to save your project and the “This field cannot be left blank.” error will appearEndpoint Validation
Once the information has been provided for both, the source and destination endpoint, and the customer selects Save and Go to Summary, MigrationWiz performs an endpoint validation check.
This validation tests the administrator credentials entered into the project and the Modern Authentication setup only. If there is an issue, the screen redirects to the endpoint and provides an error message or flyout that can be selected for more information regarding the error.
Add Users
Add the user accounts that will be migrated to the project. This may be done in several ways, depending on the size of the project. Steps for each option are in the accordion below, simply click to show the option you select and follow the guidance there.
Small Migrations
For small migrations, it is easy to add users one at a time using Quick Add. The steps for this are below.
Larger Migrations
For larger migrations, we recommend either using the Autodiscover or Bulk Add option.
- An email address
- Login name
- Password
- Mailbox status
Bulk Add uses a CSV containing the source and destination email addresses for the users to add the users to the project. If migrating only a specific group from a tenant, we recommend using the Bulk Add option.
MigrationWiz allows you to bulk import mailboxes into the system.
To import one or more mailboxes:
- Sign in to your MigrationWiz account.
- Select the Project for which you want to perform the bulk import.
- Click Add.
- Click Bulk Add.
- Follow the instructions on the page.
Autodiscover process within MigrationWiz can be used to discover items from the Source environment so that they can be imported into your projects. This can then be edited in the project to remove users not being migrated. All users are added with the source and destination email addresses set to match the source email.
This can be changed by using the Change Domain Name button at the top of the project page. If the usernames are changing during the migration, we recommend using the Bulk Add option.
There are a few requirements in order for this to work:
- The Source has to be Exchange 2007 or later.
- The endpoint on the Source needs to use admin credentials.
- For mailbox migration projects, the admin account that is specified within the Source endpoint needs to have a mailbox associated with it.
- The admin mailbox must be listed in the public Global Address List (GAL).
One additional item to note here is that there is noway to restrict the IP addresses that the connection will come from. This means that the steps outlined in our IP Lockdown guide will not apply here. If your environment requires that any IP addresses be whitelisted, it is recommended that items be added to your project using one of the other available options.
Autodiscover of items will not work while using Modern Authentication
Autodiscovery exposes the following items:
- For mailbox migration, autodiscovery will list all mailboxes at the Source.
Steps to Run Autodiscover
-
Navigate to the project you want to import users into.
-
Ensure that you have created an endpoint for the source project.
-
Once in the project, on the top navigation bar, click on the Add drop-down, then select Autodiscover Items. This will begin the Autodiscover process.
-
Once discovered, click on the Import button, to import the items into your MigrationWiz project.
Advanced Options
The following options are the most valuable for this migration scenario:
Performance Tab
Set Maximum concurrent migrations. If the Source server has enough server resources, set this parameter based on the bandwidth guideline of three (3) mailboxes per 1MBPS bandwidth. Therefore, if there is a 10MBPS connection, we recommend setting the maximum concurrent migrations parameter to 30.
We recommend setting this value to a lower number to avoid overwhelming the Source server with requests if the source server has few available server resources; for example, when it is running out of memory or has very high CPU utilization.
Run Verify Credentials
- Sign in to your MigrationWiz account.
- Open the Project containing items you wish to validate.
- Select the items you wish to validate.
- Click on the Start button in your dashboard.
- Select Verify Credentials from the drop-down list.
Once complete, the results of the verification will be shown in the Status section.
Notify Users
Notify users that a migration is occurring. Send an email to all users telling them the time and date of the migration.
Run Migration
Pre-Stage pass
- Select the users you wish to migrate.
- Click the Start button from the top.
- Select Pre-Stage Migration.
- Under the Migration Scheduling section, from the drop-down list, select 90 days ago.
- Click Start Migration.
MX Record Cutover
Change over MX records on the DNS provider's portal. If migrating in batches and mail coexistence is required, you will not be cutting over the MX records until your final batch of users has been migrated, and you must perform this extra step:
Also, include the AutoDiscover (CName) setting.
Send an email to end users to let them know what to expect for their Outlook profile reconfiguration. If using DeploymentPro, refer to Sample email to send to users before their Outlook profile is reconfigured for some sample text and screenshots that can be included in this email.
Set up mail forwarding
Through Exchange Management Console:
The first step is to create the forwarding objects in your local Active Directory. These forwarding objects will be hidden from the address book and will be used purely to forward mail for mailboxes that are migrated. Note that these objects are created but not used until you set the forwarding, so these steps can be done ahead of time.
- Download our script to create forwarding objects to a computer that is joined to the domain.
- Modify the script in a text editor (like Notepad) and change the forwarding domain at the top of the script to the temporary domain in the new environment, for example, company.onmicrosoft.com.
- Run the script. You will know the script is complete when you see a confirmation.
The next step is to set up forwarding for mailboxes prior to migration. Before submitting a mailbox for migration, set the forward by performing the following:
- Launch the Exchange Management Console from the Start Menu.
- Expand the Recipient Configuration note from the navigation tree.
- Click the Mailbox node from the navigation tree.
- Right-click on the mailbox to set the forward for and click Properties.
- Click on the Mailbox Flow Settings tab.
- Select Delivery Options and click Properties.
- Do not select the option "Deliver message to both forwarding address and mailbox". This is important to ensure that Delta passes do not cause duplicates. If you do save a local copy, then when you perform Delta passes, MigrationWiz will migrate the items that it previously hasn't migrated (and watermarked). This will cause duplicates on your Destination.
- Click the checkbox Forward to, then click Browse.
- Select the name of the user that contains the prefix (External Forward) in the display name. This is the forwarding object created previously.
- Click OK.
- Click OK.
Full (Delta) pass
- Select the users.
- Click the Start button from the top.
- Select Full Migration.
- Click Start Migration.
Run Retry Errors
Look through the user list and click any red "failed migration" errors. Review the information and act accordingly.
If problems persist, contact Support.
Request Statistics
Click the pie chart icon in the MigrationWiz dashboard to receive an email containing all the project migration statistics.