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.
- $Admin = new-object Microsoft.SharePoint.Administration.SPSiteAdministration(“SITE URL”)
- $Admin.ClearMaintenanceMode()
No comments:
Post a Comment