How to change particular Regional Settings for all users in office 365 at one shot

Copper Contributor

How to change particular Regional Settings for all users in office 365 at one shot

 

regional settings.png

3 Replies
You can use the PATCH /regionalAndLanguageSettings method from the Graph API:
https://learn.microsoft.com/en-us/graph/api/resources/regionalandlanguagesettings?view=graph-rest-be...

Or the corresponding Update-MgUserSettingRegionalAndLanguageSetting cmdlet from the Graph SDK for PowerShell.

@VasilMichev 

 

Thanks. 

 

How do you use Graph API? I'm not aware of.

 

Or is there a menu setting or a PowerShell command to set the default region?

I gave you the PowerShell cmdlet above.