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
A & B option are like
A – http
B – https
Answer is only B
A – Uses correct Template STS#0 and specifies correct LocalID 1036 but is http. based on the properties when listed it should be https
C – No LocalID Specified
D – Uses wrong Site Template
I don’t get why this is correct. Local ID 1033 is the default for none specified so wouldn’t it be option C?
Its B.. The requirement that does not meet is the LocalID being 1033 (English). 1036 is French (France) code.
https://technet.microsoft.com/en-us/library/cc824907(v=office.14).aspx#BKMK_LocaleIDs
Answer is B.
Microsoft can change in Exam French to Filipino so we need to learn all Locale Id numbers?
https://technet.microsoft.com/en-us/library/fp161370.aspx says:
The New-SPOSite cmdlet creates a new site collection for the current company. However, creating a new SharePoint Online site collection fails if a deleted site with the same URL exists in the Recycle Bin.
Hope that remove means also remove from the recycle bin. Otherwise A has the only URL, which is different from the removed one 🙂