Get-EXOMailboxPermission -Identity <UPN> | Where {-not ($_.User -like "NT AUTHORITY\SELF")} | Select-Object Identity,User,@{N="AccessRights";E={$_.AccessRights}}
by Lou Goban
IT Application Professional at Syntax
Get-EXOMailboxPermission -Identity <UPN> | Where {-not ($_.User -like "NT AUTHORITY\SELF")} | Select-Object Identity,User,@{N="AccessRights";E={$_.AccessRights}}