Monthly Archives: May 2013
Site Mailboxes in SharePoint & Exchange 2013 – Part1
In this multi-part post, I will be exploring and configuring a new and very promising feature that comes with the Wave15 release of the 2013 suite of collaboration products which are Site Mailboxes. Site Mailboxes bring together email and SharePoint document libraries / team sites to enhance collaboration of documents and communications in the enterprise. Traditionally, users in the enterprise collaborate […]
PowerShell restore delete site command Restore-SPDeletedSite
Applies to: SharePoint Foundation 2013 | SharePoint Server 2013 Enterprise Restores a deleted site collection. Restore-SPDeletedSite [-Identity] <SPDeletedSitePipeBind> [-AssignmentCollection <SPAssignmentCollection>] [-Confirm [<SwitchParameter>]] [-ContentDatabase <SPContentDatabasePipeBind>] [-WebApplication <SPWebApplicationPipeBind>] [-WhatIf [<SwitchParameter>]] Parameters Parameter Required Type Description Identity Required Microsoft.SharePoint.PowerShell.SPDeletedSitePipeBind Specifies the identity of the deleted site collection to be restored. The identity can be either a valid server-relative URL in […]