Knowledge BaseGranting Full or Send As rights to Exchange 2010 mailbox via Exchange Management Shell
W P Staff asked 6 years ago

How do i grant Send as and Full rights by using EMS?

1 Answers
W P Staff answered 6 years ago

FULL
Add-MailboxPermission -Identity “mailbox” -User user -AccessRights FullAccess -InheritanceType All
SEND AS
Add-ADPermission -Identity “mailbox” -User user  -AccessRights ExtendedRight -ExtendedRights “send as”