Article ID: 2401524 - Last Review: September 8, 2010 - Revision: 1.0

SendAs permissions granted to users in forests trusted by Microsoft Exchange Server are not visible in the Send As Permission Wizard in Exchange Management Console (EMC)

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
Expand all | Collapse all

SYMPTOMS

Send As permissions granted to users in forests trusted by the Microsoft Exchange Server forest are not visible in the Send As Permission Wizard in Exchange Management Console (EMC) 2010.

CAUSE

This is the current design in Exchange 2010.

WORKAROUND

To view all accounts that have SendAs rights on a mailbox , you can use this powershell command instead : 

Get-ADPermission <mailboxname> | where {($_.extendedrights -like "*send-as*") -or ($_.accessrights -like "*Generical*")} |fl *


For further information, please see Manage Send As Permissions for a Mailbox (http://technet.microsoft.com/en-us/library/bb676368.aspx#UseEMC)

Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use (http://go.microsoft.com/fwlink/?LinkId=151500) for other considerations.

APPLIES TO
  • Microsoft Exchange Server 2010 Enterprise
  • Microsoft Exchange Server 2010 Standard
Keywords: 
kbsurveynew KB2401524