I'm using the following command:
add-adpermission -id mailbox -user user -extendedrights "send-as"
I've tried it every which way in many different formats including
using SMTP address, username, etc. and I always come up with the
following error:
"The operation could not be performed because object 'mailbox' could
not be found on domain controller 'DOMAIN CONTROLLER'
Been driving me nuts! Any ideas on what can be causing this?
HOW TO: Assign SendAs right using Exchange shell
http://exchangepedia.com/blog/2007/03/how-to-assign-sendas-right-using.html
--
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
exchangepedia.com/blog
----------------------------------------------
<nra...@gmail.com> wrote in message
news:cf4bb9d4-e7c4-4759...@w73g2000hsf.googlegroups.com...
Add-ADPermission "Domain\User1" -user "User2" -AccessRights
extendedright -ExtendedRights "Send As"
This is the error I receive:
Add-ADPermission : The operation could not be performed because object
'Domain\User1' could not be found on domain controller
'DC.Domain.com'.
At line:1 char:17
When I run a Get-ADPermission I can find the attributes for User1.
What am I missing?
Thanks for the help!
On Nov 16, 5:37 pm, "Bharat Suneja [MVP]" <bha...@nospam.org> wrote:
> Email address, display name, username, etc. should be OK, but you have the
> wrong syntax in the latter part of the command.
>
> HOW TO: Assign SendAs right using Exchange shellhttp://exchangepedia.com/blog/2007/03/how-to-assign-sendas-right-usin...
>
> --
> Bharat Suneja
> MVP - Exchangewww.zenprise.com
> NEW blog location:
> exchangepedia.com/blog
> ----------------------------------------------
>
> <nra2...@gmail.com> wrote in message
>
> news:cf4bb9d4-e7c4-4759...@w73g2000hsf.googlegroups.com...
>
>
>
> > I'm having some problems granting userssend aspermission with
> > Exchange 2007. Hopefully someone can steer me in the right direction.
>
> > I'm using the following command:
>
> > add-adpermission -id mailbox -user user -extendedrights "send-as"
>
> > I've tried it every which way in many different formats including
> > using SMTP address, username, etc. and I always come up with the
> > following error:
>
> > "The operation could not be performed because object 'mailbox' could
> > not be found on domain controller 'DOMAIN CONTROLLER'
>
> > Been driving me nuts! Any ideas on what can be causing this?- Hide quoted text -
>
> - Show quoted text -