Forum Discussion
FcoManigrasso
Mar 23, 2023Iron Contributor
Get permissions for all folders in a mailbox: PS
Hi Community, Many times, as admins, we need to export all the folder permissions for a specific, ( or many ), mailbox/es. Why? . Aduit reasons . Backup reasons . Replicate the permissions ...
AndresBohren
Mar 28, 2023Copper Contributor
I've written a PowerShell Module that can Export/Add/Remove MAPI (Folder) Permissions
https://www.powershellgallery.com/packages/Icewolf.exchange.mapi/0.3.0-Preview2
https://github.com/BohrenAn/GitHub_PowerShellScripts/tree/main/Icewolf.Exchange.MAPI
Regards
Andres Bohren
https://www.powershellgallery.com/packages/Icewolf.exchange.mapi/0.3.0-Preview2
https://github.com/BohrenAn/GitHub_PowerShellScripts/tree/main/Icewolf.Exchange.MAPI
Regards
Andres Bohren
FcoManigrasso
Mar 28, 2023Iron Contributor
Hi AndresBohren,
Looks great. Thanks for the contribution!