Reputation: 680
Our Microsoft 365 is configured with Danish as default language, as a consequence is the language of all SharePoint team sites that are automatically created by Microsoft 365 when creating a new team also using Danish. This is a problem because the document library is using https://foobar.sharepoint.com/sites/test/Delte%20dokumenter/Forms/AllItems.aspx
instead of https://foobar.sharepoint.com/sites/test/Shared%20Documents/Forms/AllItems.aspx
as URL.
I am now trying to find a way to create multiple teams (50+) where the language of the SPO site is English instead of Danish.
I have already tried the following concepts without success
STS#3
- the attempt to create a new SPO site using template GROUP#0
results in error (The web template GROUP#0 is not available for sites on this tenant
)Upvotes: 0
Views: 610
Reputation: 680
Ok, I found a solution: Use the cmdlet Set-SPOSiteOffice365Group
My approach includes now the following step:
LocaleId
.Set-SPOSiteOffice365Group
- this will create a new unified group and that will use the exiting SPO team-siteUpvotes: 1