Skip to content

Active Directory Tiered Administration Model

License

Notifications You must be signed in to change notification settings

alexmags/ADTiersOfJoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Active Directory
  _____ _                        __     _             
 |_   _(_) ___ _ __ ___    ___  / _|   (_) ___  _   _ 
   | | | |/ _ \ '__/ __|  / _ \| |_    | |/ _ \| | | |
   | | | |  __/ |  \__ \ | (_) |  _|   | | (_) | |_| |
   |_| |_|\___|_|  |___/  \___/|_|    _/ |\___/ \__, |
                                     |__/       |___/ 
                Yet another Tiered Admin Model script...

ADTiersOfJoy

A PowerShell script to harden Active Directory by deploying Active Directory Tiered Administration Model.

Background reading:

The code:

  • Creates OUs
  • Creates security groups for roles and permissions
  • Nests permissions groups into role groups
  • Delegates permissions to OUs

You then:

  • link your existing GPOs to new OU structure
  • Make GPOs to deny login to workstations and application servers with domain admin accounts (no cached domain admin creds on desktops)
  • Update the domain join step of your desktop and server deployment automation. New service account for desktop deployment, not domain admin, with in role group to add desktops to T2 OU. New service account for server deployment, not domain admin, in role group to add servers to T1 OU
  • Move over your users, groups, machines to the new OU structure following the Tiered Administration Model principles

(!) Test in a lab. Don't experiment in live environment. Replace group names with your own naming convention. The structure is just an example. Remix to your own requirements.

To do:

Credits

Thanks to the following folks for sharing their code:

About

Active Directory Tiered Administration Model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published