Forum Discussion
Sreedhar_K
Aug 17, 2023Copper Contributor
How to change particular Regional Settings for all users in office 365 at one shot
How to change particular Regional Settings for all users in office 365 at one shot
VasilMichev
Aug 17, 2023MVP
You can use the PATCH /regionalAndLanguageSettings method from the Graph API:
https://learn.microsoft.com/en-us/graph/api/resources/regionalandlanguagesettings?view=graph-rest-beta
Or the corresponding Update-MgUserSettingRegionalAndLanguageSetting cmdlet from the Graph SDK for PowerShell.
https://learn.microsoft.com/en-us/graph/api/resources/regionalandlanguagesettings?view=graph-rest-beta
Or the corresponding Update-MgUserSettingRegionalAndLanguageSetting cmdlet from the Graph SDK for PowerShell.
Sreedhar_K
Aug 18, 2023Copper Contributor
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?
- VasilMichevAug 18, 2023MVPI gave you the PowerShell cmdlet above.