PrepAway - Latest Free Exam Questions & Answers

You need to ensure that Employee1 can recover items from the second-stage Recycle Bin

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?

PrepAway - Latest Free Exam Questions & Answers

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:
When a user deletes an item, the item is automatically sent to the first-stage Recycle Bin. By default,
when an item is deleted from the first-stage Recycle Bin, the item is sent to the second-stage Recycle
Bin. A site collection administrator can restore items from the second-stage Recycle Bin.
You turn on and configure Recycle Bins at the Web application level. By default, Recycle Bins are
turned on in all the site collections in a Web application.
http://technet.microsoft.com/en-us/library/cc287766.aspx
When a user deletes an item, the item is automatically sent to the first-stage Recycle Bin. By default,
when an item is deleted from the first-stage Recycle Bin, the item is sent to the second-stage Recycle
Bin. A site collection administrator can restore items from the second-stage Recycle Bin.
You turn on and configure Recycle Bins at the Web application level. By default, Recycle Bins are
turned on in all the site collections in a Web application.
http://technet.microsoft.com/en-us/library/cc287766.aspx
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.


Leave a Reply