

If you're in an Exchange hybrid configuration, you need to add an email address for your on-premises domain account.

This example creates a new room mailbox with the following settings:Īccount password: -MicrosoftOnlineServicesID -Name "ConferenceRoom01" -Alias ConferenceRoom01 -Room -EnableRoomMailboxAccount $true -RoomMailboxPassword (ConvertTo-SecureString -String -AsPlainText -Force)

If you're creating a new resource mailbox: New-Mailbox -MicrosoftOnlineServicesID -Name -Alias -Room -EnableRoomMailboxAccount $true -RoomMailboxPassword (ConvertTo-SecureString -String '' -AsPlainText -Force) Add an account when you create a room mailbox so it can authenticate with Microsoft Teams. Connect-ExchangeOnlineīy default, room mailboxes don't have associated accounts. You can set mailbox policies in a later step.Ĭonnect to Exchange Online PowerShell. You may also need to apply bandwidth policies or meeting policies to this account.
MICROSOFT OFFICE 2016 CALENDARS PASSWORD
Uncheck Require this user to change their password when they first sign in, and select Reset password. Requiring users to change the password on a shared device will cause sign in problems. Next, assign a password to the resource account. Go to Users > Active users, and select the room you created to open the properties panel. If you want to change them later, go to Resources > Rooms & equipment, select the resource account. If you want to change them, select Edit booking options before you select Close.
