This is an update to my function to extract Mailbox folder permissions as PowerShell objects, allowing various forms of processing. The main script is here. In this update I’ve made the function skip some default folders it can’t process, treat… Read More ›
All Folders
PowerShell: Export All Exchange Mailbox Folder Permissions In A Format For Further Processing
Within Exchange (on-premise or Online) it’s sometimes helpful to export the delegate permissions that a user can set within their mailbox. Get-MailboxFolderPermission is the cmdlet which will export that information for a particular folder. The identifier needs to be in… Read More ›