Welcome to The Foley House Sign in | Join | Help

Karl Foley's Blog

A personal blog of an IT techie - This is a convenient place for me to jot things down before I forget.

News


Grant full mailbox permissions in Exchange 2007 Beta2

Final step upon upgrading the test server to Exchange 2007 Beta2 was to give me full access to all the mailboxes.  It's another Power Shell task and I managed to find the syntax at the Microsoft Exchange Team Blog.

Add-MailboxPermission mailbox -AccessRights FullAccess -user user

This gives user full access permisions to mailbox.

Posted: Sunday, October 01, 2006 11:08 PM by Karl
Filed under: ,

Comments

Karl Foley's Blog said:

I've done this on my test server and there are a couple of problems you have to deal with: The databases

# October 1, 2006 11:15 PM
New Comments to this post are disabled