Export permissions file by folder

Copper Contributor

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 by folder (read, edit, full control, etc...)
* Our permissions are personally managed by username and we using SharePoint 2016.
Thanks and good day to everyone

2 Replies
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

@Juan Carlos González Martín  Thanks Juan, i used PowerShell Script.