Forum Discussion
Khaled_Arafat
Oct 29, 2021Copper Contributor
Read permissions shared powershell
I wanna to get only people who only has read permissions how can I check which permission user has to specific Sharedmail box?
Regards
- I suppose you mean folder-level permissions here? Check this script: https://github.com/michevnew/PowerShell/blob/master/Mailbox_Folder_Permissions_inventory.ps1
(Help file here: https://github.com/michevnew/PowerShell/blob/master/Mailbox_Folder_Permissions_inventory.md)
- I suppose you mean folder-level permissions here? Check this script: https://github.com/michevnew/PowerShell/blob/master/Mailbox_Folder_Permissions_inventory.ps1
(Help file here: https://github.com/michevnew/PowerShell/blob/master/Mailbox_Folder_Permissions_inventory.md)- Khaled_ArafatCopper ContributorThank you it worked !