To pull the data you will first need to connect to Exchange Online Powershell. Instructions can be found here. Next run these cmdlets to collect all the conference rooms. get-mailbox -ResultSize unlimited |where {$_.recipientTypeDetails -eq “roomMailbox”} This cmdlet below will get the same results above and export the Display name and Primary SMTP address to…
Tag: Exchange Online
Alias in the cloud not synced with On Premises
Hello All, Here is another random issue. A user’s alias on premise is not synced with the alias in the cloud. You try to run a few delta syncs, and even a full sync but the alias wont sync up. You can’t update the cloud object using Set-mailbox or Set-msoluser, so what is next? Well…
Exchange Online Dual Mailbox Issue. I have a mailbox on-premise and Exchange Online for the same user
Sometimes things happen. Migration failed, interns assigning a license to a user when their mailbox is on premise, or some other kind of administrative mistake. Now you realize you have a mailbox on premise and a mailbox in O365. In order to fix the problem, you have to remove one of the accounts. The easiest…
Unable to Migrate user to Exchange Online. User not showing in Migration tool.
Hey Guys, You are attempting to migrate a user to Exchange Online, but when you open the admin console and search for the user, the user is not in the list. This occurs because O365 already has a mailbox for this user. When assigning a license to an object in MSO, it provisioned a user…
How to get a list of Shared mailboxes and users with permissions to those mailboxes in Exchange Online?
Blog Moving Here… Hello All, This is a quick blog post to assist admins with working on resource mailboxes. This post was written specifically for Exchange Online, however it should work for Exchange 2013 and Exchange 2010 as well. In the event that you are trying to pull all the shared mailboxes in your organization…