Exchange 2007, PowerShell
Theses are the PowerShell commands which I have found useful when managing resource mailboxes.
Add-mailboxPermission
-user: choose the user
-access rights : assign the rights (typically FullAccess)
Add-AdPermission
-ExtendedRights Send-As: to add send as permissions.
Set-Mailbox
-GrantSendOnBehalfTo : to add send on behalf of permission. This takes Display Name.
Set-MailboxCalendarSettings
-ResourceDelegates: set up delegates to receive copies. Uses Display Name not account name. Need to specify all delegates, as this overwrites current settings.
No comments:
Post a Comment