Resource mailbox(es) such as room and equipment are associated with an Active Directory account which is in disabled mode. If you want to migrate any resource mailbox to Office 365, then you must be aware that there is no direct mechanism for such migration.
But you can alter some changes in the Active Directory to make them available for migration. If you enable the resource mailbox in the active directory, then it will become visible in any migration method.
How to enable a resource mailbox in Active Directory –
By default, the Resource mailboxes are put in disabled mode in active directory. So, you need to enable them first. Here is its brief procedure –
- Go to you Domain Controller and open Active Directory Users and Computers option.
- Select the Users folder.
- Choose your room or equipment mailbox, right-click it and click properties.
- Under Properties window, go to Account tab and uncheck the Account is disabled option. Finally, click Apply button.
- Click OK and close the wizard.
- Perform the same procedure for each resource mailbox you want to migrate.
Connection to Exchange Online using PowerShell –
- Run Windows PowerShell as an Administrator.
- Run the following command –
- A sign-in prompt will open, and you need to input Exchange Online user credentials.
- Run the following command –
- Import-PSSession $SESSION
- Connect-MsolService -Credential $UserCredential
$UserCredential = Get-Credential
$SESSION = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $UserCredential -Authentication Basic -AllowRedirection
Now your Exchange Online is connected to the Office 365.
Start Migration –
To initiate a migration, run the following command –
New-MoveRequest -Identity “Account Name” -Remote -RemoteHostName “hybridserver.domainname.com” -TargetDeliveryDomain “domainname.mail.onmicrosoft.com” -RemoteCredential $UserCredential
Migration is started.
Monitoring of migration –
To monitor the ongoing migration, run following command
Get-MoveRequest | Get-MoveRequestStatistics
Remove move request –
After a successful migration, you need to remove the move request. Run the following command –
Get-MoveRequest | Remove-MoveRequest
Final Statement –
While the Windows Powershell provides complete steps to migrate Room mailbox to Office 365, you will find it hard to follow the procedure as it needs some changes in the Active Directory. So, only a root user of Active Directory will be able to enable the resource mailbox. If you do not have access to active directory, then you will not be able to complete the room mailbox to Office 365 migration. To get the desired job done, you need the assistance from a competent professional tool which can access the room mailbox and migrate it to Office 365. Kernel Migrator for Exchange – Express Edition is a light-weight Exchange migration tool which can access the room mailbox and migrate it directly to Office 365 account. It completes the process in minimum steps and provides appropriate filters to select the desired item for migration.
The post How to Migrate Resource (Room & Equipment) Mailboxes to Office 365? appeared first on Kernel Data Recovery - Wide range of data recovery softwares.