Assign an AD group 'Full Mailbox Rights' to all users in OU




I am building a script to create admin "Domain Local" groups for each
site in an Active Directory domain (each site has their own OU). I
have been searching for a way to programmatically assign 'full mailbox
rights' to this DL group and then assign security rights to user
objects for that group on an OU. I am using vbscript with ADSI, CDOEX
or CDOEXM or anything that will work.

Does anyone have experience in these things?

So far, I've used ADSI to create the DL group and then DSACLS to assign
ACEs to other admin groups that simply need AD rights, but I cannot find
or figure out how to give an AD group "full mailbox rights" and then add
that group to the security of an OU for the appropriate AD user object
rights.

Your insight is appreciated!


--
thogarr
------------------------------------------------------------------------
thogarr's Profile: http://www.msusenet.com/member.php?userid=1853
View this thread: http://www.msusenet.com/t-1870506562

.



Relevant Pages