Oct 31 2023 01:37 AM
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
Oct 31 2023 03:04 AM
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:
Disable-Mailbox -Identity "OnPremUser"
Recreate Mailbox as a Cloud-Only 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)
Oct 31 2023 03:15 AM
@LeonPavesic will this recreate the old mailbox with all current bookings or will there be a completely new empty mailbox?
Thanks
Peter
Oct 31 2023 06:28 AM
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)
Nov 01 2023 06:00 AM