Warnings - Set-MailboxRegionalConfiguration
Hi. Exchange 2019 on-premise last cu last su.
When I create a new mailbox, I apply the regional settings:
Set-MailboxRegionalConfiguration -Identity MBX_test -LocalizeDefaultFolderName:$true -Language "ru-RU" -TimeZone "Russian Standard Time"
Identity Language DateFormat TimeFormat TimeZone
-------- -------- ---------- ---------- --------
resoleasing.com/R... dd.MM.yyyy H:mm Russian Standard Time
WARNING: The resoleasing.com/Resoleasing/Service Boxes and Groups/Exchange/MBX_test object is corrupt or does not
Microsoft's support service requirements. In addition, it is not consistent. An inspection reveals the following
errors:
WARNING: The date format and time format settings cannot be set until a language is selected.
- But the mailbox works and after I see the correct settings.
PS C:\Users\mihalevskiy> Get-MailboxRegionalConfiguration MBX_test | fl
RunspaceId : c8c9fd45-8767-4a89-9879-5f2557883d58
DateFormat : dd.MM.yyyy
Language : ru-RU
DefaultFolderNameMatchingUserLanguage : False
TimeFormat : H:mm
TimeZone : Russian Standard Time
Identity : resoleasing.com/Resoleasing/Сервисные ящики и группы/Exchange/MBX_test
IsValid : True
ObjectState : New
This warning does not appear every time. About 1 in 5.
What is the problem? It doesn't affect the work, but I'm worried.