Friday, January 25, 2013

SharePoint Online: Restore deleted Site Collection - Power Shell

Accidentialy deleted site collections are keept in SharePoint Online recycle bin. The following procedure allows a restore of the complete site collection:

1. Download and Install SharePoint Online Management Shell

http://www.microsoft.com/en-us/download/details.aspx?id=35588

2. Connect  to SharePoint online

Connect-SPOService [-Url] <UrlCmdletPipeBind> [[-Credential] <CredentialCmdletPipeBind>]
http://technet.microsoft.com/en-us/library/fp161392.aspx

3. Restore the site collection

Restore-SPODeletedSite [-Identity] <SpoSitePipeBind> [-NoWait <SwitchParameter>]
http://technet.microsoft.com/en-us/library/fp161392.aspx


There are more usefull commands to manage site collections in SharePoint online:

http://technet.microsoft.com/en-us/library/fp161400.aspx

No comments:

Post a Comment