From 293063f0bc7c8ac2f6b5c7df533bd3a6ee3a7596 Mon Sep 17 00:00:00 2001 From: medusa Date: Wed, 10 Apr 2024 04:00:12 +0000 Subject: [PATCH] Update docs/tech_docs/ad_lab.md --- docs/tech_docs/ad_lab.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/tech_docs/ad_lab.md b/docs/tech_docs/ad_lab.md index 1da950b..94bceb9 100644 --- a/docs/tech_docs/ad_lab.md +++ b/docs/tech_docs/ad_lab.md @@ -57,17 +57,17 @@ To visualize the setup, here's a Mermaid diagram illustrating a basic AD setup: ```mermaid graph TD; - A[Windows Server 2019] -->|Installs AD DS| B[PDC: Primary Domain Controller]; - B --> C{Domain: cyberlab.local}; - C --> D[OU: IT]; - C --> E[OU: HR]; - C --> F[OU: Sales]; - D --> G[Security Group: IT Admins]; - E --> H[Security Group: HR Managers]; - B --> I[ADCS (Advanced Services)]; - I --> J[ADFS]; - I --> K[AD CS]; - I --> L[AD RMS]; + A[Windows Server 2019] -->|Installs AD DS| B(PDC: Primary Domain Controller) + B --> C{Domain: cyberlab.local} + C --> D[OU: IT] + C --> E[OU: HR] + C --> F[OU: Sales] + D --> G[Security Group: IT Admins] + E --> H[Security Group: HR Managers] + B --> I[ADCS (Advanced Services)] + I --> J[ADFS] + I --> K[AD CS] + I --> L[AD RMS] ``` This diagram illustrates the foundational elements of the AD setup, including the primary domain controller (PDC) setup with Windows Server 2019, the creation of organizational units (OUs) for IT, HR, and Sales departments, and the setup of security groups within those OUs. It also highlights the incorporation of advanced AD services like ADFS, Certificate Services, and Rights Management Services for comprehensive security testing.