aschwartz71
Technical User
Hi. I am trying to do an audit of our mailboxes, we have 2 exchange servers, and I need to know what permissions are given to all mailboxes. I am running the following command:
get-mailbox -server (MBserver) | get-mailboxpermission | ft | Export-Csv c:\export.csv
When I run this for one server, it gives me the correct list, but when I run it on another server, it gives me gibberish, just a TON of lines like this
27c87ef9bbda4f709f6b4002fa4af63c,,,,,
Is there a better way to do this? Thanks
get-mailbox -server (MBserver) | get-mailboxpermission | ft | Export-Csv c:\export.csv
When I run this for one server, it gives me the correct list, but when I run it on another server, it gives me gibberish, just a TON of lines like this
27c87ef9bbda4f709f6b4002fa4af63c,,,,,
Is there a better way to do this? Thanks