From 1b42bdce0e06886e1f6856f087c84ce8beb8ac63 Mon Sep 17 00:00:00 2001 From: medusa Date: Wed, 10 Apr 2024 04:01:45 +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 94bceb9..4d971aa 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.