User Profile
CCopowell
Copper Contributor
Joined May 08, 2019
User Widgets
Recent Discussions
SP 2019 Enterprise Edition - Permission Issues On Site Collections
We have installed on-premises SharePoint 2019 Enterprise Edition. We have experienced some permission issues when working with the site collections created based on Publishing ->Communication Site template. We are the site collection and server farm administrators. Here are the steps to reproduce the problem: A new site collection is created as http://%3cserver%3e:%3cport%3e/sites/TestCollaborationSite; we are using Publishing -> Communications Site template for this new site collection. Our network accounts are listed as a primary site collection administrators. After the new site is created, we are trying to upload some files (any type - .css or .pdf) to the Styles Library of the site and get an access denied error. However; we don't have this issue with other sites created in the same way based on a Collaboration ->Team Site or Collaboration -> Developer Site templates. We would greatly appreciate any insight into why this is happening and/or how to resolve the issue.609Views0likes0CommentsSites Administrator Is Locked Out of Performing Certain Actions on SP Server 2019
We’ve set up SharePoint Server 2019 and I have full admin rights. I created a folder in the Style Library and cannot rename, move or delete that folder on the front end web application or with SharePoint Designer 2013. The error is: “Access denied. You do not have permission to perform this action or access this resource." This type of lock-down should not happen for a site collection admin and owner. There is a reference to running the following script, in powershell, that has seemed to work for SP online (Office 365) version: $adminUPN="jdoe@contosotoycompany.onmicrosoft.com" $userCredential = Get-Credential -UserName $adminUPN -Message "Type the password." Connect-SPOService -Url [sharepoint admin site url] -Credential $userCredential Set-SPOsite <SiteURL> -DenyAddAndCustomizePages 0 Does anyone know if the same or similar script can be used for SharePoint Server 2019, on premises, or if there some other way to remedy this permission issue for site Admins? To clarify - this behavior is only happening on site collections of the root site. I do not have the issue on the root site.593Views0likes0Comments
Recent Blog Articles
No content to show