Wednesday, August 7, 2013

Custom Sign Out Page for SharePoint 2010

Many a time there would be a requirement to implement a custom action when the user clicks on the Sign out link in SharePoint. 

SharePoint provides as option via PowerShell to achieve this. Clicking on the Sign out link can be made to point to a custom application page to implement the functionality required. This can be customized for each Web Application.

The PowerShell command is given below:

Set-SPCustomLayoutsPage -Identity "Signout" -RelativePath "/_layouts/MySignOut.aspx" -WebApplication "http://mywebapp"