Forum Discussion
Deleted
Jul 24, 2018Modern teamsites - unable to change permission level for security groups
I noticed that for a newly created modern teamsite (via New-PnPSite) I'm unable to change permission levels for the out of the box security groups. For example, I go to /user.aspx and put a check mar...
jfranz
Apr 22, 2020Brass Contributor
Deleted I have found you have to allow custom scripting on your site. This is turned off by default.
Set-SPOsite -Identity "https://unitedchurch.sharepoint.com/sites/YOURSITE" -DenyAddAndCustomizePages 0
I then have to wait a few minutes and refresh the page, once it's done you can edit your permissions like you could before.