DRAG DROP
You are a Microsoft SharePoint administrator for Contoso, Ltd. Contoso recently purchased Office 365 E3 licenses for all employees. You administer Office 365 by using the admin@contoso.com account. Contoso
plans to migrate all legacy SharePoint sites to SharePoint Online.
The human resources department manager asks you to set up a SharePoint Online site collection that meets the requirements described in the following table.
You need to set up the site collection.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:
optional. The CompatibilityLevel parameter is also optional. This question states that the compatibility level should be SharePoint 2013. As this parameter is not specified in the answer, the compatibility level will be set at the default setting. The default is SharePoint 2013.

Explanation:
To administer Office 365 services using Windows PowerShell, you first need to open Windows PowerShell
(Step 1).
You then need to connect to the Office 365 service, in this case, SharePoint Online by running the Connect-
SPOService cmdlet and providing the SharePoint site URL and your administrative credentials (Step2).
To create a new SharePoint Online site collection using PowerShell, you run the New-SPOSite cmdlet (Step 3).
The URL, Owner and StorageQuote parameters are required. The ResourceQuota and Title parameters are
References: https://technet.microsoft.com/en-us/library/fp161392
Wrong
6/5/4
9
0
I disagree with the selection.
Open the SharePoint Online Management Shell is unquestionably the correct first step.
the second and the thirt step are correct,
3
0
First Box Wrong
Should be “Open SharePoint Online Management Shell”
2
0
I disagree with the selection.
Open the SharePoint Online Management Shell is unquestionably the correct first step.
the second and the thirt step are correct,
2
0
What a Ugly question and it is wrong
The correct answer is:
Box: 6
Box: 5
Box: 4 (compatibilitylever -14 is for 2010, 2013 is 15 which not available)
4
0
why 5 and not 3? the SharePoint site is contoso.sharepoint.com and not contoso-admin.sharepoint.com
0
0
In Connect-SPOService cmdlet -Url parameter specifies the URL of the SharePoint Online Administration Center site
https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/connect-sposervice?view=sharepoint-ps
0
0