Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Enabing user to send as in Exchnage 2010 1

Status
Not open for further replies.

JimmyRosa

Technical User
Apr 13, 2012
30
0
0
GB
Hi all,


I'm trying to give a user the "Send As Permission" in Exchange management console to another mailbox (Recruitment) and I'm receiving an error and can't assign the permission

Error: active directory operation failed on "server name - domain name". This is not retriable. Additional information: Access is denied.
Active directory response: 00000005: SecErr: DSID-031521D0, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0

The user has insufficent access rights.

Exchange Management Shell command attempted:
Remove-AD permission -Identity 'CN=Recruitment,OU=HR=Non-Teaching
Staff,OU=HOE,OU=Establishments,DC="domain name",DC=internal -user
'Domain name\sulivan_H' -InheritedObjectType 'None' -ExtendedRights 'send-as'
ChildObject Types $null -InheritedObjectType $null -Properties $null

Elasped Time: 00:00:00

(I've changed the domain name in this error, because of the establishment)




I have no issues assigning the "Manage Full Access permission" this was successful and the user can see this (Recruitment) mailbox.


Cheers,
J
 
1. Make sure you are running the GUI in an escalated fashion. Sometimes certain commands have problems when it's not.
2. Make sure the "enable inheritance" is set in the Advanced security settings on the target user account (the mailbox you are trying to set send-as on). If the user is (or ever has been) a member of domain admins it could create this issue by having blocked inheritance.

Dave Shackelford
ThirdTier.net
 
Hi ShackDaddy,

Finally got round to trying this as I was off elsewhere.
The "enable inheritance" worked.


Thanks very much for your help,
J
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top