Exchange Server 2003 - Set Full Mailbox Access permission for every new user

3.1k Views Asked by At

We have an Exchange Server running, we're trying to connect with it from an application in another server. Thing is, we have to set some permissions for it to work (we want to access any mailbox with an Administrator mailbox, but we have to set it Full Mailbox Access first). We somehow need to set this for every new user at the moment it's created. Could you tell us how do we do that?

Thanks in advance.

2

There are 2 best solutions below

0
On BEST ANSWER

Here is one way to do it.

http://support.microsoft.com/kb/821897

0
On

Another way to do this is , type following command in the Exchange Management Shell

Add-MailboxPermission -Identity "" -User "" -AccessRights FullAccess -InheritanceType All

Using Exchange Management Shell commands, you can do many useful things easily.