Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 6.0

...

  1. Open the Microsoft Exchange Management Shell as an administrator.
  2. Run the following commands:

    Code Block
    themeFadeToGrey
    languagetext
    Add-MailboxPermission -user USERNAME -AccessRights FullAccess -InheritanceType All MAILBOXMAILBOX 
    Add-ADPermission -user USERNAME -ExtendedRights Send-As MAILBOXMAILBOX 
    Add-ADPermission -user USERNAME -ExtendedRights Receive-As MAILBOX

    substituting USERNAME and MAILBOX with your own username and the name of the user of the target mailbox.

...