Calendar requests sent to resource mailbox have no content
I have been trying to work out why calendar invitations sent to room mailboxes have the content stripped out. I now understand that this is applied to all resource mailboxes by default. I have changed this by using the Set-CalendarProcessing…
Change a mailbox type using PowerShell
Today I needed to convert an existing user mailbox into a room mailbox. I was able to do this quite easily using the Set-Mailbox cmdlet. Here is an example of how to do this: Set-Mailbox -Identity “boardroom” -Type Room Note:…