Quantcast
Viewing all articles
Browse latest Browse all 8820

Get-Mailbox –Server “abc” | Get-MailboxPermission | Export-csv C:\permissions.csv

I am new to exchange command shell, I need to get a list of all security permissions per mailbox, we have executed the following command:

get-mailbox -server "removed" | get-mailboxpermission | export-csv c:\permissions.csv

The command ran ok, and has exported 9 fields, pscomputername, runspaceid, accessrights, deny, inhertiance, user, identity, isinherited, isvalid.

My question is, which field in the above lists which mailbox the permissions are for? is it the "identity" field?




Viewing all articles
Browse latest Browse all 8820

Trending Articles