70-667 · Question #184
You have a SharePoint Server 2010 Service Pack 1 (SP1) Web application that has the URL What should you do first?
The correct answer is B. Run the restore-spsite cmdlet. To do site restores the syntax is almost just as easy. You will need to use the same SharePoint 2010 Management Shell as doing the backup. Restore-SPSite -Identity SiteCollectionURLHere -Path BackupFilePathHere [-DatabaseServer DatabaseServerNameHere] [-DatabaseName…
Question
You have a SharePoint Server 2010 Service Pack 1 (SP1) Web application that has the URL What should you do first?
Options
- ARestore the hosting content database to a new location.
- BRun the restore-spsite cmdlet.
- CRestore the hosting Web application to the current Web application location.
- DRun stsadm.exe and specify the -export option.
How the community answered
(60 responses)- A13% (8)
- B78% (47)
- C3% (2)
- D5% (3)
Explanation
To do site restores the syntax is almost just as easy. You will need to use the same SharePoint 2010 Management Shell as doing the backup. Restore-SPSite -Identity SiteCollectionURLHere -Path BackupFilePathHere [-DatabaseServer DatabaseServerNameHere] [-DatabaseName ContentDatabaseNameHere] [-HostHeader HostHeaderHere] [- Force] [-GradualDelete] [-Verbose] DatabaseServer ?Specify the server for the content database DatabaseName ?Specify the name of the content database HostHeader ?URL of the Web application that will hold the host-named site collection Force ?Overwrite the site collection if it exists GradualDelete ?Recommended for site collections over 1 Gig in size, existing data is marked as deleted and gradually removed over time by a job rather than all at once to reduce the performance hit of deleting largeamounts of data
Topics
Community Discussion
No community discussion yet for this question.