locked
Configure language and time zone for all users in Azure RRS feed

  • Question

  • Hi all,
    I would that all users has got the same language and time zone configuration.
    Is it possible set this two parameters globally for all account in office365 and Azure?

    I do not found a way to do that.

    Has got someone the solution?

    Thanks so much
    Federico

    Tuesday, April 21, 2020 1:18 PM

All replies

  • Afaik no. But since for most apps/portals those settings are configured based on the browser/device regional configuration, you might try that approach. If you are able to manage the devices that is.
    Tuesday, April 21, 2020 4:54 PM
  • Hi, Federico,

    You can have a try with PowerShell. For all Office 365 services (including OneDrive For Business, Delve, and SharePoint Online), you can change the language and region settings at the user level in a Cloud identity or Synchronized identity model by using Office 365 PowerShell.

    To sync the settings by using a user ID, run the following example cmdlets after you substitute the actual values:

    Get-MsolUser -UserPrincipalName user1@contoso.com | Set-MsolUser -PreferredLanguage "it-it"
    Get-MsolUser -UserPrincipalName user1@contoso.com | Set-MsolUser –UsageLocation IT

    More Information: https://docs.microsoft.com/en-us/office365/troubleshoot/access-management/set-language-and-region

    Don't forget to connect to Office 365 first.

    Best Regards

    Jerry


    Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

    SharePoint Server 2019 has been released, you can click here to download it.
    Click here to learn new features. Visit the dedicated forum to share, explore and talk to experts about SharePoint Server 2019.

    Wednesday, April 22, 2020 8:43 AM
  • Hello Jerry,

    I have tried to configure language using PowerShell.
    On Project web App,this user (just only one user) can not change language, due to option menu that permit to set Language and Region does not work. It still to loading.

    Can I set this language and location option using PowerShell about Project Web App?

    Thanks
    Federico


    Tuesday, June 9, 2020 2:08 PM