A step-by-step guide to setting up an enterprise-level network environment using Hyper-V, Windows 10, and Windows Server 2022. Includes AD domain setup, DHCP, DFS, PowerShell automation, and more.
View the Project on GitHub hexwarrior6/Enterprise-Network-Setup-with-Windows-Server
English | įŽäŊ䏿 |
A comprehensive lab guide for building a full-scale enterprise network environment using:
graph TB
subgraph Domain Controller 01
DC01[AD, DNS, DHCP]
end
subgraph Domain Controller 02
DC02[AD, DNS, DHCP]
end
subgraph Virtual Switch
VS[Virtual Switch]
end
subgraph PC 01
PC01[Client]
end
subgraph PC 02
PC02[Client]
end
DC01 -- "Network Connection" --> VS
DC02 -- "Network Connection" --> VS
PC01 -- "Network Connection" --> VS
PC02 -- "Network Connection" --> VS
style VS fill:#eef,stroke:#333,stroke-width:2px
style DC01 fill:#f9f,stroke:#333,stroke-width:2px
style DC02 fill:#f9f,stroke:#333,stroke-width:2px
style PC01 fill:#efe,stroke:#333,stroke-width:2px
style PC02 fill:#efe,stroke:#333,stroke-width:2px
This project walks you through the entire process of setting up a simulated enterprise network from scratch, including domain services, user management, file sharing, and automation via PowerShell.
Chapter | Topic |
---|---|
01 | đĨī¸ Virtual Machine Setup using Hyper-V |
02 | đ Active Directory Domain Services (AD DS) Setup |
03 | đĄ DHCP Server Configuration |
04 | đ DFS (Distributed File System) for File Sharing |
05 | đĨ AD User & Group Management + PowerShell Automation |
Feel free to open issues or pull requests if you have suggestions, corrections, or want to contribute additional chapters!
This project is licensed under the CC BY-SA 4.0 License.