Category Archives: SharePoint 2013

Using Exchange 2013 high-resolution photos from SharePoint Server 2013

In this post I described how Lync 2013 Preview can use high-resolution photos available in Exchange 2013 Preview mailboxes. SharePoint Server 2013 is also able to use the same high-resolution photos. The SharePoint-Exchange photo sync feature implements this. How it works SharePoint Server 2013 maintains a library of User Photos, just like in SharePoint Server […]

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 […]