Saturday, February 13, 2016

How to unlock the SharePoint site while PowerShell command

Two ways to change:


UPDATE AllSites SET LifeCycleFlags = 1 WHERE ID = '(your site collection GUID)'
 
Open central adminstration-->management application-->Configure site quotas and lock
 

No comments:

Post a Comment