hi,
after doing this you have to restart this service : Microsoft Exchange Information Store
Thanks
Main Topics
Browse All TopicsHello,
I have given full Access Rights to a user in Exchange 2007 to all mailboxes using the following command:
Get-MailboxDatabase -identity "ServerName\First Storage Group\Mailbox Store" | Add-ADPermission -user "networkadmin" -AccessRights GenericAll
But still I am not able to access other users' accounts. I get a screen saying "You do not have permission..." I have also made sure 'networkadmin' does not have any of the Exchange Administrator's role.
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: fdyasPosted on 2009-07-27 at 18:18:04ID: 24957220
Start the Exchange Management Console. ********** ********** ********** ********** ********** ********** ********** ********** ********* ********** ********** ********** ********** ********** ********** ********** ********** **********
In the console tree, click Recipient Configuration.
In the result pane, select the mailbox for which you want to grant the Full Access permission.
In the action pane, under the mailbox name, click Manage Full Access Permission. The Manage Full Access Permission wizard opens.
On the Manage Full Access Permission page, click Add.
In Select User or Group, select the user to which you want to grant the Full Access permission, and then click OK.
Click Manage.
On the Completion page, the Summary states whether the Full Access permission was successfully granted. The summary also displays the Exchange Management Shell command that was used to grant the Full Access permission.
Click Finish.
**************************
Command: Add-MailboxPermission "Mailbox" -User "Trusted User" -AccessRights FullAccess
**************************