If you need to give a service account access to all mailboxes on a specific Exchange 2007 server you can run the following command: Get-mailboxserver <servername> | add-adpermission –user <service account> -accessrights GenericRead, GenericWrite -extendedrights Send-As, Receive-As, ms-Exch...