Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save juan-fdz-hawa/411d42f1ae560caf09f2d3802c0d7a3b to your computer and use it in GitHub Desktop.
Save juan-fdz-hawa/411d42f1ae560caf09f2d3802c0d7a3b to your computer and use it in GitHub Desktop.
$site = Get-SPSite http://urltofreakinlockedsite/
$site.GetType().GetProperty(“MaintenanceMode”).GetSetMethod($true).Invoke($site, @($false))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment