I have an OU structure as follows:
Computers
|- Servers
|- A
|- B
|- C
Groups
|- Computers
| |- A Phase 1
| |- A Phase 2
| |- A Phase 3
| |- B Phase 1
| |- B Phase 2
| |- B Phase 3
| |- C Phase 1
| |- C Phase 2
| |- C Phase 3
|- Users
|- Company Team A
|- Company Team B
|- Company Team C
I would like to make a dynamic business unit that has the servers in OUs Computer/Servers/[A, B, C] (there are about 10) that users in their respective User groups under Groups/Users/[Company Team A, Company Team B, Company Team C].
They should be able to add and remove comptuter objects into the respective Computer groups under Groups/Computers/[A Phase {1-3}, B Phase {1-3}, C Phase {1-3}] (there are about 40).
I'd rather not have to make these each by hand, and would instead like to use templating as the naming scheme is fairly standard. Is this doable, and if so, can you guide me on the right path?