Skip to main content
5 votes
Accepted

Need to delete unique permission at site level only

Please try the following code: #Config Variables $SiteURL = "https://domain.sharepoint.com/sites/sitename" #Get Credentials to connect $Cred = Get-Credential Try { #Connect to PnP Online ...
Amy Jiang_MSFT's user avatar
3 votes
Accepted

User can access site without permissions

If you stop inheriting permissions, the users with access remain to have access. You need to remove the users that are copied over from the parent. Next to that option, some users have persmissions ...
CodeNomad42's user avatar
  • 1,615
2 votes

SharePoint 365 permissions

Click on ... next to the folder. In the List Item menu, click on ... again. Click on Shared With. Click on Advanced Click on Stop Inheriting Permissions Edit the permissions as wanted. Additional tip: ...
Marc-André's user avatar
2 votes
Accepted

Sharepoint 2010: How to give someone access permissions to a list, including all its elements with unique permissions?

If you have broken the inheritance on folders and sub folders then there is no automatic way to give the permissions on list, items, folders and sub folders at a time. You can create a group and give ...
Ganesh Sanap - MVP's user avatar
1 vote

How to check user permissions to SharePoint folders (with inheritence indicator)?

you can use this script SharePointDiary.com which reports all unique permissions from Site to Item Level (you can adjust with commenting the line 151 Get-SPOListItemsPermission $List if you do not ...
Zdeněk Vinduška's user avatar
1 vote

break folder inheritance REST

Try using your endpoint URL like given below: var endPointUrl = url + "/_api/web/GetFolderByServerRelativeUrl('Style%20Library')/ListItemAllFields/breakroleinheritance(copyRoleAssignments=true, ...
Ganesh Sanap - MVP's user avatar
1 vote

User can access site without permissions

The permissions above are typical of someone in site collection admin. This person is on full control above the subsite you are talking about
susan's user avatar
  • 2,698
1 vote

Sharepoint: disable inheritance of metadata columns in folder structure

Library columns are not specific to a folder and are available at all folder levels of the library. You can however restrict the use of columns by using content types. Content types can represent all ...
Callum Crowley's user avatar
1 vote
Accepted

Prevent unique permissions being created after approving access request

The short answer is NO. This is how access request works, it allows people to request access to content that they do not currently have permission to see. We cannot limit access requests to the site ...
Julie_MSFT's user avatar
  • 4,327
1 vote

What happen to items with unique permission, if we should to have their list inherit its permission from the site rather than having unique permission

When you assign unique permissions to the list, the items in the list will also automatically inherit the unique permissions of the list. If the list inherits the permissions from site collection and ...
EchoDu_MSFT's user avatar
  • 2,925
1 vote

Sharepoint Online. Prevent root-level folder deletion with stopped inheritance

If you have the option to change the approach to one document library per departement then the issue has been resolved as a Contributer can neither add or delete libraries. Otherwise you will have to ...
Kasper Bo Larsen's user avatar
1 vote

stop inherit and add permission level is missing on subsite

Permission Levels are defined at the Site Collection level. Permission Levels are shared across all sites in the Site Collection. In an older version, maybe SP 2007, you could edit the Permission ...
Mike Smith - MCT's user avatar
1 vote

SharePoint 365 permissions

Stop inheriting the permissions after stopping you can delete the user and groups and you can give permissions to users to specific folder or files however you want
karthik's user avatar
  • 367
1 vote
Accepted

PowerShell - Unique permissions vs Parent Folder Permissions

Thanks to @DubStep's answer which led me to the answer, I've remembered about SPItem.File.ParentFolder. I've found out we can get the permissions like an SPItem usingSPFolder.Item.RoleAssignments. I ...
Marc-André's user avatar
1 vote

PowerShell - Unique permissions vs Parent Folder Permissions

I assume you are talking about rootweb here? You could write a loop on the web application to get all sites collection, then get rootweb for each site collection and then do stuff, where stuff would ...
DubStep's user avatar
  • 341
1 vote

SharePoint site and list "stop Inheriting permission" button is inactive

If you are a site collection admin and "Stop Inheriting Permissions" is disabled then its not a SharePoint permission issue. It could be A web browser issue. Try different browser. Try deleting the ...
Ahmad Zia's user avatar
  • 1,266
1 vote

Group of users cannot see items in the document library

Also check the current view to make sure your filter is set to: "Show all items in this view"
Lewis Klaus's user avatar

Only top scored, non community-wiki answers of a minimum length are eligible