i'm having the same issue. it appears to be syntax related.
could anyone provide clarity on the command?
Main Topics
Browse All TopicsIn my exchange 2007 organization i removed all the exchange 2003 as per the microsoft instruction and only thing i am unable to do is http://technet.microsoft.c
Remove-ADPermission "dc=<Domain>" -user "<RootDomain>\Exchange Servers" -AccessRights WriteDACL -InheritedObjectType Group
My case
Remove-ADPermission "dc=cb.local" -user "cb.local\Exchange Servers" -AccessRights WriteDACL -InheritedObjectType Group
It never worked. has any one tried this please reply.
I feel there is a bug in this command, did any one tried this
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
hi
i have the same problem.
i run the command
Remove-ADPermission "dc=cb,dc=local" -user "cb.local\Exchange Servers" -AccessRights WriteDACL -InheritedObjectType Group (by be82453)
and it did run. but it comes with error that "Exchange servers" does not have this write which i am trying to remove. so i think we dont need to remove it.
let me know if you find anything else.
thanks
Hi
I also have this problem.
Error message is below.
Remove-ADPermission : Cannot remove ACE on object "DC=local,DC=com" for account "local.com\Exchange Servers" because it is not present.
At line:1 char:20
+ remove-ADpermission <<<< "DC=local,DC=com" -user "local.com\Exchange Servers" -Accessrights WriteDACL -inheritedobjecttype group
I had the same issue. It seems that the group domain\Exchange Servers isn't always present in every setup. In that case just check your AD. It is likely to be the group domain\Exchange Enterprise Servers from whom it's DACL write rights should be removed.
You could also run the ExBPA to verify. It will tell you that the DACL Write rights should be removed from the Exchange Enterprise Servers group.
Worked for me.
Business Accounts
Answer for Membership
by: peakpeakPosted on 2008-03-04 at 01:21:47ID: 21039362
What is the error message?