Get-mailbox | Get-RecipientPermission | Select identity,Trustee,AccessControlType, AccessRights | Export-CSV SendAs.csv
Get-mailbox | Get-RecipientPermission | Select identity,Trustee,AccessControlType, {$_.AccessRights} | Export-CSV SendAs.csv
Get-mailbox | Get-RecipientPermission | Select identity,Trustee,AccessControlType, @{Expression={$_.AccessRights};Label="AccessRights";} | Export-CSV SendAs.csv
Exchange is the server side of a collaborative application product that is part of the Microsoft Server infrastructure. Exchange's major features include email, calendaring, contacts and tasks, support for mobile and web-based access to information, and support for data storage.
TRUSTED BY