Nov 19 2019 02:52 AM
Hello,
I would like to change the default folder language from different Exchange Online archives. I couldn't find any solution on how to do this.
I already tried the command Set-MailboxRegionalConfiguration -Identity "Online Archive - Name" -Language de-de - LocalizeDefaultFolderName but it doesn't work because the archive object cannot be found.
Is there any solution on how to change the default folder language of an Exchange Online archive?
Thanks for any help, David
Nov 19 2019 08:01 AM
You can use the archiveGUID parameter to target the archive mailbox (which you can obtain via the Get-Mailbox cmdlet):
Set-MailboxRegionalConfiguration 2752e945-1dfb-4c09-ae52-895a426dc120
Not sure if you can have different values for the main mailbox and the archive though.
Jan 26 2023 09:20 AM