Hello,
As per the article - https://docs.microsoft.com/en-us/powershell/module/exchange/disable-remotemailbox?view=exchange-ps
It says that you first need to remove the Exchange Online license for the mailbox. Otherwise, the mailbox won't be removed. Then only use disable-remotemailbox cmdlet to remove a cloud-based mailbox but keep the associated on-premises user account.
So my question is after removing Exchange Online license, do I also have to wait for directory synchronization to be completed/finished before using the Disable-RemoteMailbox cmdlet to remove mailbox from cloud(O365)?
Kindly answer specific to the above mentioned question and share Microsoft article that describes the situation.