Problem delegating management of distribution group in Exchange 2010
Hi, I have exchange 2010 and migrated from 2003.
The problem is that group owner can not modify distribution group membership. Error: "Changes to distribution list membership cannot be saved. You do not have
sufficient permission to perform this operation on this object."
[PS] C:\Windows\system32>Get-ADPermission -Identity blabla -user domain\username | fl
User : domain\username
Identity : blabla
Deny : False
AccessRights : {WriteProperty}
IsInherited : False
Properties : {Member}
ChildObjectTypes :
InheritedObjectType :
InheritanceType : None
I tried :
[PS] C:\Windows\system32>Add-ADPermission -Identity blabla -user domain\username -AccessRights GenericAll
Active Directory operation failed on trampampam. This error is not retriable. Additional informat
ion: Access is denied.
Active directory response: 00000005: SecErr: DSID-03152492, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
+ CategoryInfo : WriteError: (0:Int32) [Add-ADPermission], ADOperationException
+ FullyQualifiedErrorId : 4166CA1A,Microsoft.Exchange.Management.RecipientTasks.AddADPermission
Thanks beforehand
December 8th, 2010 1:08pm
This link should help:
http://sysadmin-talk.org/2010/06/omg-allowing-end-users-to-manage-distribution-group-membership-in-exchange-2010-2/
Let me know if it doesn't.Tim Harrington - Catapult Systems - http://HowDoUC.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
December 8th, 2010 1:21pm
thanx, TWHarrington!
Nice article) I even think to translate it to my native language) Cause there was no such info about this in course "Configuring , Managing and troubleshooting MSExchange 2010"
P.S.
But where is it better to upload translation?)
December 8th, 2010 2:16pm
On Wed, 8 Dec 2010 19:12:19 +0000, Abandoned wrote:
>
>
>thanx, TWHarrington!
>
>Nice article) I even think to translate it to my native language) Cause there was no such info about this in course "Configuring , Managing and troubleshooting MSExchange 2010"
>
>P.S.
>
>But where is it better to upload translation?)
http://babelfish.altavista.com (assuming your native language is one
that's offered fro translation).
---
Rich Matheisen
MCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
December 8th, 2010 5:58pm