initial scripting and csv support

This commit is contained in:
2025-11-03 14:24:59 +01:00
commit 209840bdb1
2 changed files with 89 additions and 0 deletions

32
user adding AD/users.csv Normal file
View File

@@ -0,0 +1,32 @@
FirstName,LastName,Username,OU,Password,Department,Title
Henriette,Fonteyn,hfonteyn,"OU=Directie,OU=Employees,DC=company,DC=local","P@ssword123","Directie","Algemeen Directeur"
Frank,Fonteyn,ffonteyn,"OU=Directie,OU=Employees,DC=company,DC=local","P@ssword123","Directie","Financieel Directeur"
Anja,de Groot,adegroot,"OU=Directie,OU=Employees,DC=company,DC=local","P@ssword123","Directie","Directie assistente"
Inge,Winsemius-Schut,iwinsemiusschut,"OU=HR,OU=Employees,DC=company,DC=local","P@ssword123","HR","Hoofd HR"
Antoon,van der Hoeven,avanderhoeven,"OU=BeheerOntwikkeling,OU=Employees,DC=company,DC=local","P@ssword123","Beheer & Ontwikkeling","Directeur Beheer & Ontwikkeling"
Freek,van der Plas,fvanderplas,"OU=BeheerOntwikkeling,OU=Employees,DC=company,DC=local","P@ssword123","Beheer & Ontwikkeling","Beheer & Ontwikkeling"
Fatima,Laroussi,flaroussi,"OU=BeheerOntwikkeling,OU=Employees,DC=company,DC=local","P@ssword123","M&A","M&A"
Norman,Jorgens,njorgens,"OU=Duitsland,OU=Employees,DC=company,DC=local","P@ssword123","Duitsland","Land directeur Duitsland"
Erica,Bessels,ebessels,"OU=Benelux,OU=Employees,DC=company,DC=local","P@ssword123","Benelux","Land directeur Benelux"
JeanJacques,Velo,jvelo,"OU=ZuidEuropa,OU=Employees,DC=company,DC=local","P@ssword123","Zuid-Europa","Land directeur Zuid-Europa"
Jelle,Snelle,jsnelle,"OU=SalesMarketing,OU=Employees,DC=company,DC=local","P@ssword123","Sales & Marketing","Manager Sales & Marketing"
Cheng,Fui,cfui,"OU=SalesMarketing,OU=Employees,DC=company,DC=local","P@ssword123","Sales & Marketing","Sales"
Harrie,Makers,hmakers,"OU=Operations,OU=Employees,DC=company,DC=local","P@ssword123","Operations","Operations Manager"
Eric,de Knutselaar,edeknutselaar,"OU=Operations,OU=Employees,DC=company,DC=local","P@ssword123","Technische Dienst","Technische dienst"
Piet,Poester,ppoester,"OU=Operations,OU=Employees,DC=company,DC=local","P@ssword123","Schoonmaak","Schoonmaak"
Francien,de Kok,fdekok,"OU=FoodBeverages,OU=Employees,DC=company,DC=local","P@ssword123","Food & Beverages","Manager Food & Beverages"
Mohammed,Ozturk,mozturk,"OU=Hospitality,OU=Employees,DC=company,DC=local","P@ssword123","Hospitality","Manager Hospitality"
Stefaan,Vrijsen,svrijsen,"OU=ICT,OU=Employees,DC=company,DC=local","P@ssword123","ICT & Security","ICT & Security Manager"
John,Ntwari,jntwari,"OU=ICT,OU=Employees,DC=company,DC=local","P@ssword123","ICT & Security","Helpdesk"
Frank,Ventiel,fventiel,"OU=ICT,OU=Employees,DC=company,DC=local","P@ssword123","ICT & Security","Systeembeheerder"
Sohail,Sosa,ssosa,"OU=ICT,OU=Employees,DC=company,DC=local","P@ssword123","ICT & Security","Applicatiebeheerder"
Frits,Franken,ffranken,"OU=ICT,OU=Employees,DC=company,DC=local","P@ssword123","ICT & Security","ICT Projectmanagement"
Bernhard,vandenBroek,bvandenbroek,"OU=ICT,OU=Employees,DC=company,DC=local","P@ssword123","ICT & Security","ICT Demandmanagement"
Anke,van Dalen-Schoten,avandalen,"OU=Finance,OU=Employees,DC=company,DC=local","P@ssword123","Finance & Control","Finance & Control Manager"
1 FirstName LastName Username OU Password Department Title
2 Henriette Fonteyn hfonteyn OU=Directie,OU=Employees,DC=company,DC=local P@ssword123 Directie Algemeen Directeur
3 Frank Fonteyn ffonteyn OU=Directie,OU=Employees,DC=company,DC=local P@ssword123 Directie Financieel Directeur
4 Anja de Groot adegroot OU=Directie,OU=Employees,DC=company,DC=local P@ssword123 Directie Directie assistente
5 Inge Winsemius-Schut iwinsemiusschut OU=HR,OU=Employees,DC=company,DC=local P@ssword123 HR Hoofd HR
6 Antoon van der Hoeven avanderhoeven OU=BeheerOntwikkeling,OU=Employees,DC=company,DC=local P@ssword123 Beheer & Ontwikkeling Directeur Beheer & Ontwikkeling
7 Freek van der Plas fvanderplas OU=BeheerOntwikkeling,OU=Employees,DC=company,DC=local P@ssword123 Beheer & Ontwikkeling Beheer & Ontwikkeling
8 Fatima Laroussi flaroussi OU=BeheerOntwikkeling,OU=Employees,DC=company,DC=local P@ssword123 M&A M&A
9 Norman Jorgens njorgens OU=Duitsland,OU=Employees,DC=company,DC=local P@ssword123 Duitsland Land directeur Duitsland
10 Erica Bessels ebessels OU=Benelux,OU=Employees,DC=company,DC=local P@ssword123 Benelux Land directeur Benelux
11 JeanJacques Velo jvelo OU=ZuidEuropa,OU=Employees,DC=company,DC=local P@ssword123 Zuid-Europa Land directeur Zuid-Europa
12 Jelle Snelle jsnelle OU=SalesMarketing,OU=Employees,DC=company,DC=local P@ssword123 Sales & Marketing Manager Sales & Marketing
13 Cheng Fui cfui OU=SalesMarketing,OU=Employees,DC=company,DC=local P@ssword123 Sales & Marketing Sales
14 Harrie Makers hmakers OU=Operations,OU=Employees,DC=company,DC=local P@ssword123 Operations Operations Manager
15 Eric de Knutselaar edeknutselaar OU=Operations,OU=Employees,DC=company,DC=local P@ssword123 Technische Dienst Technische dienst
16 Piet Poester ppoester OU=Operations,OU=Employees,DC=company,DC=local P@ssword123 Schoonmaak Schoonmaak
17 Francien de Kok fdekok OU=FoodBeverages,OU=Employees,DC=company,DC=local P@ssword123 Food & Beverages Manager Food & Beverages
18 Mohammed Ozturk mozturk OU=Hospitality,OU=Employees,DC=company,DC=local P@ssword123 Hospitality Manager Hospitality
19 Stefaan Vrijsen svrijsen OU=ICT,OU=Employees,DC=company,DC=local P@ssword123 ICT & Security ICT & Security Manager
20 John Ntwari jntwari OU=ICT,OU=Employees,DC=company,DC=local P@ssword123 ICT & Security Helpdesk
21 Frank Ventiel fventiel OU=ICT,OU=Employees,DC=company,DC=local P@ssword123 ICT & Security Systeembeheerder
22 Sohail Sosa ssosa OU=ICT,OU=Employees,DC=company,DC=local P@ssword123 ICT & Security Applicatiebeheerder
23 Frits Franken ffranken OU=ICT,OU=Employees,DC=company,DC=local P@ssword123 ICT & Security ICT Projectmanagement
24 Bernhard vandenBroek bvandenbroek OU=ICT,OU=Employees,DC=company,DC=local P@ssword123 ICT & Security ICT Demandmanagement
25 Anke van Dalen-Schoten avandalen OU=Finance,OU=Employees,DC=company,DC=local P@ssword123 Finance & Control Finance & Control Manager