Link to home
Start Free TrialLog in
Avatar of iepaul
iepaulFlag for Ireland

asked on

Exchange 2007 Distribution Group Send-As

I am using the following line to setup a send as permission for my distribution group Capacity Control Centre -

C:\Windows\System32>Add-AdPermission -identity "Capacity Control Centre -user User -AccessRights extendedright -ExtendedRights "send as"

I get the error -

Add-ADPermission : There are multiple objects matching the identity "Capacity Control Centre". Please specify an unique value.
At line:1 char:17
+ Add-AdPermission  <<<< -identity "Capacity Control Centre" -user User -Ac
cessRights extendedright -ExtendedRights "send as"

THis has worked for other distribution groups.
ASKER CERTIFIED SOLUTION
Avatar of endital1097
endital1097
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Manpreet SIngh Khatra
The error clearly says that there are multiple Objects in AD with the name of "Capacity Control Centre" can you try with the Alias of that DL as that would be a better idea ...... Or else try with the EMC right click the DL and select the Action of "Manage SendAs" and add the user you want and complete.

There are multiple objects matching the identity "Capacity Control Centre". Please specify an unique value.
EMC is a better option as it might be something missing with the command and we keep on gooing all over and over again as it might be running a command like
Get-DistributionGroup -OrganizationalUnit "OU Name" -Identity ....... so rather go through all this why not simply do it from GUI
Avatar of iepaul

ASKER

It does not accept the alias returns an error not found.  THere is no option to Manage SendAs when I right click.