Complete Active Directory teaching environment based on dockurr/windows: - Windows Server domain controller, Windows 11 client, Debian 12 client - docker-compose orchestration, env-driven configuration - Bilingual documentation (FR + EN) for students - Dual approach (GUI + PowerShell) in every procedure - Instructor course plan and reference scripts - RDP launcher scripts for Linux, macOS and Windows Made by AcadéNice - https://acadenice.fr/
21 lines
223 B
Text
21 lines
223 B
Text
# Secrets / configuration locale
|
|
.env
|
|
|
|
# Storage des VMs Windows (plusieurs Go)
|
|
storage/
|
|
storage-*/
|
|
|
|
# Dossier partage RDP
|
|
shared/*
|
|
!shared/.gitkeep
|
|
|
|
# Artefacts OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|