To enable scripting in Office 365 used to be quite simple. In the SharePoint Admin center simply select the following options: Then run the following PowerShell command: Connect-SPOService -Url https://pieterveenstra-admin.sharepoint.com Set-SPOSite -Identity https://pieterveenstra.sharepoint.com -DenyAddAndCustomizePages 0 And all is done. Earlier this week I found that this doesn’t seem to work anymore. PowerShell now returns: Set-SPOSite : […]
↧