Forum Discussion
Larry Angama
Dec 19, 2018Copper Contributor
How do I set DenyAddAndCustomizePages for SharePoint 2019 communication site
Hello, I've set up a fresh new instance of SharePoint 2019, I've set up a communication site in Dev environment and wanted to save this site as a template, unfortunatly the option is not availabl...
Cheridbell
Jan 18, 2019Copper Contributor
I ran into this issue during a migration to SP 2019, some features are not available until this is reset. See this posted solution:
From <http://blog.konffaaja.com/2018/11/sharepoint-2019-and-2019-denyaddandcustomizepages/>
$site = Get-SPSite -Identity "https://intranet.contoso.com"
$site.DenyPermissionsMask = [Microsoft.SharePoint.SPBasePermissions]::EmptyMask