There was a problem loading the comments.

How To: Exchange to 365 Migration

Support Portal  »  Knowledgebase  »  Viewing Article

  Print

This article will help guide you through migrating from the Hosting UK Exchange services to Office365 using a Windows machine.

 

If you are using a Macintosh, please install PowerShell onto your device by following:  Install PowerShell onto your Mac

A quick checklist of things you'll need before beginning:

  1. A windows computer where you can run Powershell
  2. Access to the Control Panel at https://billing.hostinguk.net/
  3. Access to your Office365 Service

 

Creating a User for the Migration


A user will either need to be created or promoted to a "Manager" in order to allow the migrator access to move all the accounts. Use the steps below to promote a user to manager.

1. Log in to your account at https://billing.hostinguk.net/clientarea.php

2. Go to ServicesMy Services
03d7f7ccf99b738421795a120f2d1341d6b601e902aa6dc5f5e47d2a39fc51689933a2114876169f?t=b26f3f0a8f1c987a5a551263115e206d

3. Click on your Exchange Service
b63c76d2f536076bbf1944571b2a6f36ac0eb3bcb32ccbfc47a26cd9ebde90a0403bab630008e422?t=8adf515d595dd35825a4164e2248415e

 

4. Go to Mailboxes
cbbe92c0e9a40afa2408dec1268075cbbea77380c2340c3b1dd279669cdf0fc24a8319043818ce27?t=c792d5feaceeb2036f787d618df5e460

5. Next to the account you wish to give manager control too, click "Promote to manager"
d84323b5f772f3aaa6ad774c2d4b5d40a096cc8b4e26d8daf8c49613a5deb745dd077e35ba938c35?t=ee2e8ab2fd1993c59f79a6eec16a9152

 

We need to give the user Full access, for this, we need to use PowerShell.

 

Go to the Start Menu on your computer and search for Powershell, you should get an app for Windows Powershell to show up.  If you are using a Macintosh, please see the guide mentioned earlier in this guide.

9ccf3d3e59b138af08c08282000424c245b8c54fcd0a653de25e46e9d12034fcaacf3f6127b2f7e7?t=d6cde0995c30fe321e419319f1adbb0a

This should launch a window that looks like this:
ec67eda53c5109e7e886be59eb2b03d324352b5f1796e5cc0b30210728898476abb4fcb3f5d77b40?t=e8e138e7e05dfed30996815ec0667bb9

Run the command:

$UserCredential = Get-Credential


This will give a login window. Enter the email address and password for the account you set to manager.
08915aa6eb53e867c3c35c45eb5ab18f28e309db4e0fb7f3b32e713be3e7af5e404897b689b41a14?t=7735f851b4e101ea7324995e40e21acc

Run the command:

$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://owa.exchange2go.com/PowerShell/ -Authentication basic -Credential $UserCredential

and then:

Import-PSSession $Session -DisableNameChecking

This will log you into the server.

Run the command:

Get-Mailbox

This will give you a list of all your users.

Give the user Full access:

Get-Mailbox | Add-MailboxPermission -User MAILBOX -AccessRights Fullaccess -InheritanceType all

(Where the command says "MAILBOX" replace with your user i.e "sales")


Once this is done, you would perform a cutover migration as detailed in: Migrate email from Exchange to Microsoft365 Online

Starting from Step 1 validate your domain with a TXT record in the DNS zone.

 

Then from Step 2: Connect Microsoft 365 or Office 365 to your email system and use the Account with privileges: namely the administrator user you created above.

 

If you require assistance or have any questions please contact our Support Team by opening a ticket from within your account:  Submit a Ticket


Share via

Related Articles

© Hosting UK