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.