Restore deleted Site Collection in SharePoint 2013 or 2010

* If you have deleted a site collection and you want it back again it really is quite straight forward. It’s the same process for both SharePoint 2010 and 2013.
* If you are using Office 365 then it’s all through the admin interface for SharePoint. Under the section where you manage your site collections there is a recycle bin icon on the ribbon, just go in there and restore!
* If you have SharePoint on-site fire up PowerShell on the server (make sure it’s either the Management shell or you have the SharePoint modules loaded)

Then run the following:
Get-SPDeletedSite
This will list all the deleted site collections, in this example I just have one.


Note the SiteId as we need that for the next bit, which is.
Restore-SPDeletedSite –Identity <siteId>


It will ask if you sure, so just say yes.
There is no output to say “success” but if you browse to your site it will now exist again!

https://technet.microsoft.com/en-us/library/hh286319.aspx

Comments

  1. I absolutely love your blog and find nearly what I’m looking for.
    SharePoint Online Training

    ReplyDelete

Post a Comment

Popular posts from this blog

SharePoint 2013 and InfoPath 2013 - Creating Web Enabled Forms

"There's a configuration problem preventing us from getting your document. If possible, try opening this document in Microsoft Word." Office WebApp Error

Search stops working and Central admin Search screens error