You configure a SharePoint Server 2010 Service Pack 1(SP1) farm. You have a Team Site that has a
custom SharePoint user group named Sales. The Sales user group has Contribute permissions on the
site. You need to ensure that member users of Sales can customize pages, apply themes and cascade
style sheets. You also need to ensure that these users are restricted from creating custom
SharePoint user groups. 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
Explanation:
Site collection administrator
A site collection administrator can configure the appearance and behavior of the site, configure
search settings and site directory settings, and allocate storage space. A site collection can have one
or two administrators. http://technet.microsoft.com/en-us/library/ff631156.aspx
Site Owners group.
By default, members of the Owners group for a site have the Full Control permission level on that
site. They can perform administrative tasks on the site, and on any list or library within that site.
They receive e-mail notifications for events, such as the pending automatic deletion of inactive sites
and requests for site access.
Grant Full Control permissions Includes all permissions.
http://technet.microsoft.com/en-us/library/cc262690.aspx
Design permissions
Includes permissions that enable users to change the layout of site pages by using the browser or
Microsoft SharePoint Designer 2010.http://technet.microsoft.com/en-us/library/cc262690.aspx
BreakRoleInheritance($false/$true) true to copy the role assignments of the parent Web site when
breaking inheritance; false to add the current user to the permission level that is required to manage
the list.
DocumentSet
http://www.sharepointanalysthq.com/2010/09/sharepoint-2010-powershell-feature-cmdlets-2/
ViewFormPagesLockdown
Lockdown mode is a feature that you can use to secure published sites. When lockdown mode is
turned on, fine-grain permissions for the limited access permission level are reduced. The following
table details the default permissions of the limited access permission level and the reduced
permissions when lockdown mode is turned on.