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?

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



Leave a Reply 8

Your email address will not be published. Required fields are marked *


Siddhant Pansari

Siddhant Pansari

A & B option are like

deni

deni

A – http
B – https

James

James

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

Petter

Petter

I don’t get why this is correct. Local ID 1033 is the default for none specified so wouldn’t it be option C?

Josh

Josh

Answer is B.

originalpro

originalpro

Microsoft can change in Exam French to Filipino so we need to learn all Locale Id numbers?

Mahoney

Mahoney

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 🙂