dsacls and Special ACL

  • Thread starter Thread starter Litio
  • Start date Start date
L

Litio

Hi all,

I have this problem:

In a OU i must set the ACL with the tool: "dsacls.exe"

The Permission on the ACL must be:

XXX\AdminLC "CREATE/DELETE Computer Object" This
object and all child

How can i set it??

I cant find the right object!!!

Anyone help me??
Thanks

PS: I cant use the GUI.
 
dsacls "OU=Org Unit,DC=domain,DC=com" /I:T /G XXX\AdminLC:CCDC;computer

--Shawn

This posting is provided "AS IS" with no warranties and confers no rights.
 
dsacls "ou=ouname,dc=domain,dc=com" /G "XXX\AdminLC":CCDC;computer;computer
/I:S

--
Regards

Matjaz Ladava, MCSE (NT4 & 2000), Windows MVP
(e-mail address removed)
http://ladava.com
 
dsacls "OU=Org Unit,DC=domain,DC=com" /I:T /G
XXX\AdminLC:CCDC;computer

IT WORKS!!!!!!!!!!!!!!!!!!!!!!!

Thank you VERY MUCH!!!!
 
Back
Top