Is it possible to run a command to produce a list of mailboxes a user has full access to?
I found something to try running in PS AD module however the output was useless.
Get-ADUser mspencer -Properties * | Select msExchDelegateListBL | Export-Clixml 'c:\users\adm-dosmith\desktop\test23.csv'
Does anyone have anything?