Monday, January 23, 2017

Unlock site using Powershell command

Below command to run when your site backup that was either interrupted or didn't terminated properly. You can unlock the site using below powershell command.

  1. $Admin =  new-object Microsoft.SharePoint.Administration.SPSiteAdministration(“SITE URL”)
  2. $Admin.ClearMaintenanceMode()