What should you do?

You configure a SharePoint Server 2010 Service Pack 1 (SP1) server farm. You create a SharePoint site collection named http://www.contoso.com that has a subsite named http:// contoso.com/sales.
You need to break the permissions inheritence for the subsite. You also need to ensure that groups from the parent site are retained.
What should you do?
A. Add User1 to the Site Owners group.
B. From the SharePoint 2010 Management Shell, run the following cmdlet:
Enable-SPFeatureViewFormPagesLockdown -Url http://www.contoso.com
C. Grant Full Control permissions to the Sales SharePoint user group.
D. From the SharePoint 2010 Management Shell, run the following script:
$spWeb = Get-SPWeb "http://www.contoso.com/sales"
$spWeb.BreakRoleInheritance($true)
$spWeb.Dispose( )
E. GrantDesign permissions to the Sales SharePoint user group.
F. From the SharePoint 2010 Management Shell, run the following cmdlet:
Enable-SPFeatureDocumentSet -Url "http://www.contoso.com"
G. Add User1 as a site collection administrator.
H. From the SharePoint 2010 Management Shell, run the following cmdlet:
Disable-SPFeatureViewFormPagesLockdown -Url "http://www.contoso.com"
I. From the SharePoint 2010 Management Shell, run the following cmdlet:
Disable-SPFeatureDocumentSet -Url "http://ww.contoso.com"
J. From the SharePoint 2010 Management Shell, run the following script:
$spWeb = Get-SPWeb "http://www.contoso.com/sales" $spWeb.BreakRoleInheritance($false)
$spWeb.Dispose( )

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.