Which three actions should you perform in sequence?

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 [email protected]
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.

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 [email protected]
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.

Answer: See the explanation

Explanation:
Box 1:

Box 2:

Box 3:



Leave a Reply 15

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


Anna

Anna

Site collection must meet following requirements:
name, admin, storage, resurce and compatibility level

So it looks like in third box must be second listed command which includes all requirements. But there is compatibilityLevel 14 – thats Sharepoint 2010
—–
For SharePoint Online Preview, it can only be set to “14” or “15”. “14” indicates SharePoint 2010 Products, “15” indicates SharePoint 2013. Other values are not valid and will cause error.
When this parameter is not specified, the CompatibilityLevel will be by default the highest possible version for the Web application.
—–
So i guess Box 3 is correct with 4th command.

Marty McFly

Marty McFly

Anna slams it again.

Massimo

Massimo

The first step is wrong; you need to open the SharePoint Online management shell: if you open standard PowerShell, then you’ll need to import the SharePoint Online module.

Ang

Ang

I just tested it in my environment, you CAN do it in just PowerShell

Mahoney

Mahoney

Yes, but then you need one extra command…
Import-Module Microsoft.Online.SharePoint.PowerShell
… before you can connect to admin-site

Yee Hung

Yee Hung

Well!

Just took my 70-347 exam few days ago for the second time, finally passed!

Scored 922/1000!

Some questions were from this site, HOWEVER, some questions were reworded and changed (you’d better learn the newest 70-347 dumps).

And, the Yes/No questions and Case Studies questions that you need to think well before answering them.

DO NOT CHOOSE THE ANSWERS BEFORE THINKING CAREFULLY!!!

A lot of new questions (Skype for Business and not Lync for example).

For the newest 70-347 dumps, I recommend you to get it here:

http://www.passleader.com/70-347.html

(194q VCE and PDF)

All new Qs are available, and old Qs and wrong As have been updated, which are the most valid 70-347 dumps now!

pursang

pursang

Almost certainly 6,5,4.

Connect to the SP online mgmt shell (as not to do the import statement which is not listed in the answers).

You need to addd ‘-admin’ when connecting to the SPO service.

Compatibility level should provide for SP 2013, so definitively do not set the level to 14 which is used for SP 2010.

Me

Me

I agree with 6,5,4
Box 1 : Open SPO Management Shell (Simple shell requires an extra module)
Box 2 : Connect-SPOnline .. -admin (-Url parameter requires the URL of the SharePoint Online Administration Center site https://technet.microsoft.com/en-us/library/fp161392.aspx)
Box 3: New-SPOSite (without CompatibilityLevel parameter)