Forum Discussion
Anthony-123
Oct 06, 2022Iron Contributor
What's the best way to give a user edit and delete permissions to one Document Library folder?
I have a couple users who need permission to edit and delete files in a specific folder. They should be able to view all documents in the Document Library but only have escalated permissions for spec...
ganeshsanap
MVP
Anthony-123 Try turning OFF content approval using PnP PowerShell:
Connect-PnPOnline -Url https://contoso.sharepoint.com/sites/siteName -Interactive
Set-PnPList -Identity "Demo List" -EnableModeration $false
Else raise support ticket with Microsoft directly, follow: M365 support - online support
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Anthony-123
Oct 07, 2022Iron Contributor
I'm not sure if this fix it or not. Even though I had given users 'Manage' Permissions for a folder, some of the subfolders had Contribute and some had Manage permissions. I still had to go in and set a particular folder to 'Manage' then all its subfolders and files inherited its permissions.
Either way, thank you for the assistance and pointing me in the right direction! That Advanced button is key.
Either way, thank you for the assistance and pointing me in the right direction! That Advanced button is key.
- ganeshsanapOct 08, 2022MVP
Anthony-123 You're welcome! Glad it helped you.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.