Resetting the Resource Mailbox Password

Loading

Last Updated on September 15, 2019 by GrahamWalsh

If you are using Office 365 Exchange Online for room mailboxes and you have a need to reset the password, then you can run this simple PowerShell command to reset it. Remember to use your Exchange Online PowerShell app especially if you have Multi Factor Authentication enabled.

$pwd="PutAPasswordHere"
Set-Mailbox -Identity yourroom@contoso.com -RoomMailboxPassword (ConvertTo-SecureString -String $pwd -AsPlainText -Force) -EnableRoomMailboxAccount $true

That’s it, simple change and you can test in Outlook Web Access via https://outlook.office365.com

Sign up now
Sign up now

Don’t miss the monthly MTDAMA!

We don’t spam! Read our privacy policy for more info.

All search results
%d bloggers like this: