disable manage email addresses and quotas on exchange2007
how to disable for OU's admin to add/delete/change e-mail addresses and set a quota on mailbox?
September 22nd, 2008 11:05am
Hi,
You need to set deny permission on those attributes for OU Admins with Add-AdPermissions.
Code SnippetAdd-AdPermissions ...... -Deny:$true
Refer split permissions model reference to find the related attributes which you want to disable.
Split Permissions Model Referencehttp://technet.microsoft.com/en-us/library/bb430782(EXCHG.80).aspx
Add-ADPermissionhttp://technet.microsoft.com/en-us/library/bb124403(EXCHG.80).aspx
Free Windows Admin Tool Kit Click here and download it now
September 22nd, 2008 12:47pm
thanks, this is it!
September 22nd, 2008 12:57pm