You are an Office 365 administrator for Contoso, Ltd. Contoso recently opened an office in Paris.
Employees in the Paris office speak only French.
The manager of the Paris office requests that you create a private Microsoft SharePoint team site for
the Paris office. You create the site and list the properties, which are shown in the following graphic.
The manager reports that the site does not meet his requirements.
You need to resolve the issue. You remove the existing site.
Which Windows PowerShell command should you run next?
A.
New-SPOSite -Url http://contoso. sharepoint.com/sites/paris -Owner
[email protected] -StorageQuota 1000 -template STS#0 -LocaleId 1036
B.
New-SPOSite -Url https://contoso. sharepoint.com/sites/paris -Owner
[email protected] -StorageQuota 1000 -template STS#0 -LocaleId 1036
C.
New-SPOSite -Url https://contoso. sharepoint.com/sites/paris -Owner
[email protected] -StorageQuota 1000 -template STS#0
D.
New-SPOSite -Url https://contoso.sharepoint.com/sites/paris -Owner
[email protected] -StorageQuota 1000 -template BLOG#0 -LocaleId 1036
Agree
https://technet.microsoft.com/en-us/library/fp161370.aspx
Local ID for French https://msdn.microsoft.com/en-gb/goglobal/bb964664
What doesnt match is localeId, so other parameters should stay same
A – is not HTTPS
C – does not set localeId
D – wrong template
Corrwct B – LocaleId 1036 is French
https://msdn.microsoft.com/en-us/goglobal/bb964664
SharePoint template list
https://absolute-sharepoint.com/2013/06/sharepoint-2013-site-template-id-list-for-powershell.html
Easier LocaleID list:
https://technet.microsoft.com/en-us/library/cc179219.aspx