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
- Oct 29, 2021I 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)
VasilMichev
Oct 29, 2021MVP
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)
(Help file here: https://github.com/michevnew/PowerShell/blob/master/Mailbox_Folder_Permissions_inventory.md)
Khaled_Arafat
Nov 04, 2021Copper Contributor
Thank you it worked !