1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
| New-ADOrganizationalUnit -Name OU_Groupes_Globaux -Path "dc=srvtest,dc=local"
New-ADOrganizationalUnit -Name OU_Direction -Path "ou=OU_Groupes_Globaux,dc=srvtest,dc=local"
New-ADOrganizationalUnit -Name OU_Users_Direc -Path "ou=OU_Direction,ou=OU_Groupes_globaux,dc=srvtest,dc=local"
New-ADOrganizationalUnit -Name OU_Ordis_Direc -Path "ou=OU_Direction,ou=OU_Groupes_globaux,dc=srvtest,dc=local"
New-ADOrganizationalUnit -Name OU_Comptable -Path "ou=OU_Groupes_Globaux,dc=srvtest,dc=local"
New-ADOrganizationalUnit -Name OU_Users_Compt -Path "ou=OU_Comptable,ou=OU_Groupes_globaux,dc=srvtest,dc=local"
New-ADOrganizationalUnit -Name OU_Ordis_Compt -Path "ou=OU_Comptable,ou=OU_Groupes_globaux,dc=srvtest,dc=local"
New-ADOrganizationalUnit -Name OU_Secretaire -Path "ou=OU_Groupes_Globaux,dc=srvtest,dc=local"
New-ADOrganizationalUnit -Name OU_Users_Secre -Path "ou=OU_Secretaire,ou=OU_Groupes_globaux,dc=srvtest,dc=local"
New-ADOrganizationalUnit -Name OU_Ordis_Secre -Path "ou=OU_Secretaire,ou=OU_Groupes_globaux,dc=srvtest,dc=local"
New-ADOrganizationalUnit -Name OU_Infographie -Path "ou=OU_Groupes_Globaux,dc=srvtest,dc=local"
New-ADOrganizationalUnit -Name OU_Users_Infogra -Path "ou=OU_Infographie,ou=OU_Groupes_globaux,dc=srvtest,dc=local"
New-ADOrganizationalUnit -Name OU_Ordis_Infogra -Path "ou=OU_Infographie,ou=OU_Groupes_globaux,dc=srvtest,dc=local"
New-ADOrganizationalUnit -Name OU_Informatique -Path "ou=OU_Groupes_Globaux,dc=srvtest,dc=local"
New-ADOrganizationalUnit -Name OU_Users_Informa -Path "ou=OU_Informatique,ou=OU_Groupes_globaux,dc=srvtest,dc=local"
New-ADOrganizationalUnit -Name OU_Ordis_Informa -Path "ou=OU_Informatique,ou=OU_Groupes_globaux,dc=srvtest,dc=local"
New-ADOrganizationalUnit -Name OU_Marketing -Path "ou=OU_Groupes_Globaux,dc=srvtest,dc=local"
New-ADOrganizationalUnit -Name OU_Users_Mark -Path "ou=OU_Marketing,ou=OU_Groupes_globaux,dc=srvtest,dc=local"
New-ADOrganizationalUnit -Name OU_Ordis_Mark -Path "ou=OU_Marketing,ou=OU_Groupes_globaux,dc=srvtest,dc=local" |
Partager