Forum Discussion
PSonander
Oct 31, 2023Copper Contributor
Convert resource mailbox to cloud only
Hi
During migration to 365 we migrated our resource mailboxes (room/equipment) by using AAD Connect and New-MailboxMove command. Now we would like to clean up in on premise AD and convert these mailboxes to be cloud only, it is also a requirement since we want to use MTRs in the rooms.
Is there any support way to convert them to cloud only and remove the link to on prem?
Thanks
Peter
- LeonPavesicSilver Contributor
Hi PSonander,
here's a detailed step-by-step guide on how to convert on-premises resource mailboxes to be cloud-only in an Exchange Online (hybrid) environment:
Note: This process assumes that you have already migrated the resource mailboxes to Exchange
Online as part of your hybrid deployment.
Backup Data: Before making any changes, ensure you have a reliable backup of the data associated with the resource mailboxes. This includes emails, calendar items, and other mailbox content.
Verify Mailbox Locations:
- Confirm that the resource mailboxes are currently synchronized and available in your on-premises Active Directory.
- Ensure that they are accessible in Exchange Online and are functioning as cloud-only mailboxes.
- You may need to disconnect the mailbox from the on-premises user account. To do this, use the Disable-Mailbox cmdlet in your on-premises Exchange environment. This cmdlet removes the mailbox from the on-premises Active Directory user account without deleting it. For example:
Disable-Mailbox -Identity "OnPremUser"
Recreate Mailbox as a Cloud-Only Mailbox:
- After disconnecting the mailbox from the on-premises user, you can create a new cloud-only mailbox for the resource. This is typically done in Exchange Online PowerShell. Here's an example of how to create a new mailbox:
New-Mailbox -Alias "CloudResourceMailbox" -UserPrincipalName "email address removed for privacy reasons" -PrimarySmtpAddress "email address removed for privacy reasons" -DisplayName "Cloud Resource Mailbox"
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic (LinkedIn)
- PSonanderCopper Contributor
LeonPavesic will this recreate the old mailbox with all current bookings or will there be a completely new empty mailbox?
Thanks
Peter
- LeonPavesicSilver Contributor
Hi PSonander,
thanks for the update.
no, recreating the mailbox as a cloud-only mailbox will create a completely new and empty mailbox. This means that any existing data, such as previous bookings and emails, will not be automatically transferred to the new mailbox. You will need to manually migrate or re-enter the existing data and bookings into the new cloud-only mailbox.Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)