Forum Discussion
alex1998935
Mar 04, 2024Copper Contributor
change the meeting room number in outlook
hello guys i need ur help because our IT team is not able to solve the problem so the problem are we having is that we need to change the meeting room number in outlook and our admin doesn't k...
Feller
Mar 05, 2024Brass Contributor
They have to change it in Exchange (using EAC or powershell), no Outlook itself. There is no problem to change Name, Display name, Alias and email address.
alex1998935
Mar 05, 2024Copper Contributor
can u please give me the indications of how to do it using powershell or eac so that i can forward it to our it team supportFeller
- FellerMar 05, 2024Brass ContributorSet-Mailbox -Identity Old_name -Alias New_alias -DisplayName New_displayname -Name New_name
See https://learn.microsoft.com/en-us/powershell/module/exchange/set-mailbox?view=exchange-ps