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
3 Replies
Sort By
- 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.- Sreedhar_KCopper 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?
- I gave you the PowerShell cmdlet above.