Microsoft Exam Questions

Which Windows PowerShell command should you run next?

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? https://technet.microsoft.com/en-us/library/fp161370.aspx https://msdn.microsoft.com/en-us/library/ms912047(v=winembedded.10).aspx

A.
New-SPOSite -Url http://contoso.sharepoint.com/sites/paris -Owner administrator@contoso.com –
StorageQuota 1024 -template STS#0 -LocaleId 1036

B.
New-SPOSite -Url https://contoso.sharepoint.com/sites/paris -Owner administrator@contoso.com –
StorageQuota 1024 -template STS#0 -LocaleId 1036

C.
New-SPOSite -Url https://contoso.sharepoint.com/sites/paris -Owneradministrator@contoso.com –
StorageQuota 1024 -template STS#0

D.
New-SPOSite -Url https://contoso.sharepoint.com/sites/paris -Owner administrator@contoso.com –
StorageQuota 1024 -template BLOG#0 -LocaleId 1036

Explanation:

The issue lies with the Locale ID, which was set to English, United States. The defualt Locale ID for French,
France is 1036.
References: