In SharePoint 2007, There was a wonderful tool from Codeplex: Site Delete Capture http://governance.codeplex.com/ to back up sites automatically when they gets deleted, So that we can restore a deleted site collection in SharePoint 2007.
In SharePoint 2010 SP1, Microsoft added instinct support to capture/restore Site collections or Sub-sites on the event of deletion.
So, when your sub-sites gets deleted, navigate to Site collection recycle bin and you can find the deleted sites, you will be able to restore from there.
What do to when the Site collection itself deleted?
How to restore deleted site in SharePoint 2010? To recover deleted site collection in SharePoint 2010, You can use these three cmdlets:
Permanently Remove the Deleted sites to Recover Disk Space:
After a while, many sites collections were deleted in a clean-up activity. So decided to permanently delete all deleted site collections from recycle bin. Here is the PowerShell script:
Get-SPDeletedSite -webapplication http://sharepoint.company.com | Remove-SPDeletedSite
In SharePoint 2010 SP1, Microsoft added instinct support to capture/restore Site collections or Sub-sites on the event of deletion.
So, when your sub-sites gets deleted, navigate to Site collection recycle bin and you can find the deleted sites, you will be able to restore from there.
SharePoint 2010 recover deleted site |
What do to when the Site collection itself deleted?
How to restore deleted site in SharePoint 2010? To recover deleted site collection in SharePoint 2010, You can use these three cmdlets:
- Get-SPDeletedSite - Displays list of sites deleted.
- Restore-SPDeletedSite - Restore a deleted site
- Remove-SPDeletedSite - To permanently remove the deleted site collection.
SharePoint 2010 sp1 restore deleted site collection |
Permanently Remove the Deleted sites to Recover Disk Space:
After a while, many sites collections were deleted in a clean-up activity. So decided to permanently delete all deleted site collections from recycle bin. Here is the PowerShell script:
Get-SPDeletedSite -webapplication http://sharepoint.company.com | Remove-SPDeletedSite
Read more: http://www.sharepointdiary.com/2011/10/recover-deleted-site-collection-subsite-in-sharepoint-2010.html#ixzz4K95aIff9
No hay comentarios:
Publicar un comentario