Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. dsacls "OU=coyote,DC=acme,DC=com" /I:T /G ThisDomThisGroup:CCDC;computer
  2. dsacls "OU=coyote,DC=acme,DC=com" /I:S /G ThisDomThisGroup:WO;;computer
  3. dsacls "OU=coyote,DC=acme,DC=com" /I:S /G ThisDomThisGroup:WP;userAccountControl;computer
  4.  
  5. C:WindowsSystem32>dsacls /?
  6. Displays or modifies permissions (ACLS) of an Active Directory Domain Services (AD DS) Object
  7.  
  8. DSACLS object [/I:TSP] [/N] [/P:YN] [/G <group/user>:<perms> [...]]
  9. [/R <group/user> [...]] [/D <group/user>:<perms> [...]]
  10. [/S] [/T] [/A] [/resetDefaultDACL] [/resetDefaultSACL]
  11. [/takeOwnership] [/user:<userName>] [/passwd:<passwd> | *]
  12. [/simple]
  13. <... skipped lines...>
  14. /I Inheritance flags:
  15. T: This object and sub objects
  16. S: Sub objects only
  17. P: Propagate inheritable permissions one level only.
  18. <... skipped lines...>
  19. /G <group/user>:<perms>
  20. Grant specified group (or user) specified permissions.
  21. See below for format of <group/user> and <perms>
  22. <... skipped lines...>
  23. CC Create child object
  24. DC Delete a child object
  25. WO Change owner information
  26. WP Write property
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement