Skip to content

Instantly share code, notes, and snippets.

@pkbullock
Last active January 14, 2019 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkbullock/23cd44460471f21beadb6cdb85fc39bb to your computer and use it in GitHub Desktop.
Save pkbullock/23cd44460471f21beadb6cdb85fc39bb to your computer and use it in GitHub Desktop.
Disable NoScript feature
# Connect to SharePoint Online Admin
Connect-SPOService https://<tenant>-admin.sharepoint.com
# Disable NoScript feature
Set-SPOSite https://<tenant>.sharepoint.com/sites/<site> -DenyAddAndCustomizePages $false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment