What should you do?

You configure a Sharepoint Server 2010 SP1 farm.
You have a site collection named http://www.contoso.com based on the Team Site Template.
You need to ensure that document sets are available to the site collection.
What should you do?
A. From the SharePoint 2010 management Shell, run the following cmdlet:
Disable-SPFeature DocumentSet -Url http://www.contoso.com
B. From the SharePoint 2010 management Shell, run the following cmdlet:
Enable-SPFeature ViewFormPagesLockdown -Url http://www.contoso.com
C. From the SharePoint 2010 management Shell, run the following cmdlet:
Disable-SPFeature ViewFormPagesLockdown -Url http://www.contoso.com
D. Add Employee1 to the Site Owners group.
E. From the SharePoint 2010 management Shell, run the following cmdlet:
$spWeb = Get-SPWeb "http://www.contoso.com/sales"
$spWeb.BreakRoleInheritance($false)
$spWeb.Dispose()
F. Grant Full Control permissions to the Sales SharePoint user group.
G. From the SharePoint 2010 management Shell, run the following cmdlet:
Enable-SPFeature DocumentSet -Url http://www.contoso.com
H. Grant Design permissions to the Sales SharePoint user group.
I. From the SharePoint 2010 management Shell, run the following cmdlet:
$spWeb = Get-SPWeb "http://www.contoso.com/sales"
$spWeb.BreakRoleInheritance($true)
$spWeb.Dispose()
J. Add Employee1 as site collection administrator

microsoft-exams

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.