I was wondering if anyone can tell me if I am useing the correct command to allow a user account the ability to open any mail account. In other words, I want to open any users mail account on my system (logged in as myself) by creating their mail profile and using a differnet user account (an admins account) to open it.
Get-MailboxDatabase -server (server name) | Add-ADPermission -user "backup account" -ExtendedRights Receive-As
any and all help is appreciated.
Leonard Hoffman