Find all mailboxes with Send As permissions for someone other than yourself with Exchange PowerShell using this command:
Get-Mailbox | Get-ADPermission | where {($_.ExtendedRights -like “*Send-As*â€) -and -not ($_.User -like “NT AUTHORITY\SELFâ€)} | FT -WrapSimilar Articles:
- Exchange 2007: Remove Headers from Outgoing Mail
- Mail Tips, For Loops and Powershell
- Design Considerations: Exchange 2007 and the Mac
- Exchange 2007: Can't Create User with Forwarding Address
- Migrating Mail to Google Apps from cPanel
Copyright © 2008
This feed is for personal, non-commercial use only.
The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:
)