Versions Compared

Key

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

...

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

    Code Block
    languagetext
    themeFadeToGrey
    Add-MailboxPermission -identity UsernameMAILBOX -user USERNAME -AccessRights FullAccess -InheritanceType All
    Add-ADPermission -user USERNAME -ExtendedRights Send-As MAILBOX 
    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.

...