What should you do?

You configure a Sharepoint Server 2010 SP1 farm.
A user named Employee1 is a member of the Sharepoint Visitors user group.
You need to ensure that Employee1 can recover items from the second-stage Recycle Bin.
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.