Forum Discussion

Nigel Witherdin's avatar
Nigel Witherdin
Iron Contributor
Mar 14, 2018
Solved

SharePoint Online Unlocking a Site set to No Access

Hey, Investigating how we could archive site collections in place on SharePoint Online, I used the PnP PowerShell cmdlet: Set-PnPTenantSite -Url <site coll url> -LockState NoAcces -Wait This lo...
  • Deleted's avatar
    Deleted
    Mar 14, 2018
    Try
    Connect-SPOService -Url https://tenant-admin.sharepoint.com
    Set-SPOSite -Identity https://tenant.sharepoint.com/sites/sitecollection -LockState "Unlock"

Resources