Quantcast
Channel: Exchange Server 2013 - Administration, Monitoring, and Performance 论坛
Viewing all articles
Browse latest Browse all 8719

Correct syntax to set "send as" permissions through Powershell

$
0
0

Hello,

A colleague of mine gave me a Powershell command to set "send as" permissions on a mailbox. His syntax is the following:

Add-ADPermission -Identity UserBeingGrantedPermission -User UserWhoseMailboxIsBeingConfigured -ExtendedRights 'Send-As'

In that example the user mentioned after "-User" is the one who's mailbox is being configured. Easy enough. Earlier Technet articles also use this syntax.

However, I stumbled across the following article. Which clearly says:

This example grants Send As permissions forAaron Painter to Terry Adams's mailbox.

Add-ADPermission -Identity "Terry Adams" -User AaronPainter -AccessRights ExtendedRight -ExtendedRights "Send As"

In this example "-User" is not the one mailbox that is being configured but the person that gets the rights.

So who is right? Technet or Technet?


Viewing all articles
Browse latest Browse all 8719

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>