Hi guys, need help with get-mailbox cmdlet exports
I have a large exchange 2013 on-prem environment
110+ servers, over 150k mailboxes
how can I efficiently run cmdlets to get get mailbox permissions
all examples point to get-mailbox -resultsize unlimited piped to get-mailboxpermsisions
as you can imagine, this crashes after running out of memory.
Right now I am using get-mailbox-server | get-mailbox-database foreach mailbox database to get though it without exhausting memory, but it’s taking a very long time with 10K databases
Can anyone offer a more efficient manor to get these results?