Forum Discussion
AmraniL
Aug 18, 2019Copper Contributor
Export permissions file by folder
Hello everyone, I need to export a permissions file for all folders on our sharepoint site. Through the system I do not see that there is such a way. How can I export all permissions on the site b...
Aug 18, 2019
Since you are talking about the permission for all folders on your sharepoint site I see two possible approaches:
(1) Export / Copy them using a migration tool such as Sharegate
(2) Write a PowerShell Script / .NET program that makes that export
(1) Export / Copy them using a migration tool such as Sharegate
(2) Write a PowerShell Script / .NET program that makes that export
AmraniL
Aug 18, 2019Copper Contributor
jcgonzalezmartin Thanks Juan, i used PowerShell Script.