You have to use the Exchange Management Shell, open and use thease commands, remember to change the red part.:

new-mailbox -alias “SomeName” -name “Some Name” -database “EXCHANGE\First Storage Group\Mailbox Database” -org “sl.cbs.dk/Samfundslitteratur/Fælles Postkasser” -shared -UserPrincipalName “somename@mail.com

Get-Mailbox -Identity “Some Name” | Add-MailboxPermission -User “userWhoNeedsRights” -AccessRights “fullaccess”

Get-Mailbox -Identity “Some Name” | Add-ADPermission -User “userWhoNeedsRights” -AccessRights:ReadProperty, WriteProperty -properties “Personal Information” -extendedrights “Send-As”

If you enjoyed this post, make sure you subscribe to my RSS feed!

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

   
© 2011 JCA - Tech Blog Suffusion theme by Sayontan Sinha