Avatar of KOV_VZW
KOV_VZW
Flag for Belgium

asked on 

Office 365 bypass selection page language timezone

I create new users using a powershell script.
In this script I set the language and the timezone to the right values:
Get-Mailbox -Identity $upn | Set-MailboxRegionalConfiguration -DateFormat d/MM/yyyy -Language nl-BE -TimeFormat H:mm -TimeZone 'Romance Standard Time'

Open in new window

When the new user logs in for the first time, the user gets a page where to select a language and a timezone.

Why is this page appearing when I set the right values when creating the user?
Is it possible to bypass this page?
Microsoft 365

Avatar of undefined
Last Comment
Vasil Michev (MVP)

8/22/2022 - Mon