SharePoint 2010 SP1 - Recovering Deleted Sites and Site Collections

Get-SPDeletedSite – this command gets a list of all deleted Site Collections in your farm.
Restore-SPDeletedSite – this command is used to restore a deleted Site Collection within your farm
Remove-SPDeletedSite – this command is used to actually clear out any deleted Site Collection you no longer want to keep (think "Empty Recycle Bin").

hope this will helps you ...
happy coding ..

Comments

Popular posts from this blog

IRM and the Object Model

This content database has a schema version which is not supported in this farm

Activate and Deactivate Feature through PowerShell