Forum Discussion
Rickytruco
Apr 03, 2024Brass Contributor
Sharepoint folders with segmented permissions: able to copy and paste the structure?
So I have a 2024 folder that holds many subfolders, some are only viewable by the Owner of the site, and then the rest are for everyone (Members, Visitors). For 2025 I want to copy this folder so t...
- Apr 07, 2024Unfortunately, SharePoint doesn't copy permissions when the folder structure is copied. There are a couple of options that you could use.
PowerShell script to copy the folder structure with permissions.
https://www.sharepointdiary.com/2021/11/copy-permissions-from-one-folder-to-another-in-sharepoint-online-using-powershell.html
Power Automate to set permissions on folders. I've made a little demo video here that may help.
https://www.youtube.com/watch?v=2hTgQJrKzBo
SteveKnutson
Apr 07, 2024MVP
Unfortunately, SharePoint doesn't copy permissions when the folder structure is copied. There are a couple of options that you could use.
PowerShell script to copy the folder structure with permissions.
https://www.sharepointdiary.com/2021/11/copy-permissions-from-one-folder-to-another-in-sharepoint-online-using-powershell.html
Power Automate to set permissions on folders. I've made a little demo video here that may help.
https://www.youtube.com/watch?v=2hTgQJrKzBo
PowerShell script to copy the folder structure with permissions.
https://www.sharepointdiary.com/2021/11/copy-permissions-from-one-folder-to-another-in-sharepoint-online-using-powershell.html
Power Automate to set permissions on folders. I've made a little demo video here that may help.
https://www.youtube.com/watch?v=2hTgQJrKzBo
Rickytruco
Apr 09, 2024Brass Contributor
Thanks! Damm u_u thought this might be the case. None of the options work for me as I have no idea of PowerShell. But good to know I can close this.