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
...
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 ...
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: ...
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 ...
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 ...
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, ...
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
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 ...
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 ...
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 ...
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 ...
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 ...
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
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 ...
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 ...
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 ...
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"
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
inheritance × 128permissions × 61
content-type × 21
sharepoint-online × 19
2013 × 10
2010 × 10
sub-site × 9
sharepoint-enterprise × 8
security × 8
document-library × 7
list × 6
master-page × 6
break-inheritance × 6
sharepoint-server × 5
sharepoint-designer × 5
folder × 5
subfolders × 5
web-part × 4
document × 4
groups × 4
custom × 4
metadata × 4
workflow × 3
powershell × 3
custom-masterpage × 3