# 使用 Windows Server 构建企业网络环境 **Repository Path**: HexWarrior6/enterprise-network-setup-with-windows-server ## Basic Information - **Project Name**: 使用 Windows Server 构建企业网络环境 - **Description**: 使用Hyper-V、Windows 10和Windows Server 2022设置企业级网络环境的分步指南。包括AD域设置、DHCP、DFS、PowerShell自动化等。 - **Primary Language**: Unknown - **License**: CC-BY-SA-4.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-30 - **Last Updated**: 2025-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [English](README.md) | 简体中文 # 使用 Windows Server 构建企业网络环境
--- 一个完整的实验指南,教你从零开始搭建一个完整的企业网络环境,包括以下组件: - 💻 **Windows 10/11 Pro** - 🤖 **Hyper-V** - 💻 **DC01** (Windows Server 2022) - 💻 **DC02** (Windows Server 2022) - 💻 **PC01** (Windows 10) - 💻 **PC02** (Windows 10) *(可选)* ```mermaid graph TB subgraph 域控制器 01 DC01[AD, DNS, DHCP] end subgraph 域控制器 02 DC02[AD, DNS, DHCP] end subgraph 虚拟交换机 VS[虚拟交换机] end subgraph 客户端 01 PC01[客户端] end subgraph 客户端 02 PC02[客户端] end DC01 -- "网络连接" --> VS DC02 -- "网络连接" --> VS PC01 -- "网络连接" --> VS PC02 -- "网络连接" --> 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 ``` 该项目详细指导你如何从头开始配置一个模拟的企业网络环境,包括域服务、用户管理、文件共享以及通过 PowerShell 实现自动化。 --- ## 📚 目录 1. [需求与前提条件](#需求--前提条件) 2. [开始之前](#开始之前) 3. [章节列表](#章节列表) 4. [贡献 / 反馈建议](#贡献--反馈建议) --- ## 需求 & 前提条件 - Windows 10 Pro 或更高版本(以启用 Hyper-V) - 至少 16GB 内存(推荐 32GB) - 已启用 Hyper-V - Windows Server 2022 和 Windows 10 的 ISO 文件 - [Windows Server 2022 ISO](https://www.microsoft.com/evalcenter/download-windows-server-2022) - [Windows 10 ISO](https://www.microsoft.com/software-download/windows10ISO) - 网络和 Windows Server 的基础知识 --- ## 开始之前 1. 在你的 Windows 10 设备上启用 Hyper-V 2. 下载 Windows Server 2022 ISO 和 Windows 10 ISO 3. 按顺序阅读每个文件夹中的指南并操作 --- ## 章节列表 | 章节 | 主题 | |----|----------------------------------------------------------------------------| | 01 | 🖥️ [使用 Hyper-V 创建虚拟机](01_VM_Setup/README_zh-hans.md) | | 02 | 🔐 [Active Directory 域服务安装配置](02_AD_Domain/README_zh-hans.md) | | 03 | 📡 [DHCP 服务器配置](03_DHCP_Server/README_zh-hans.md) | | 04 | 📁 [DFS(分布式文件系统)实现文件共享](04_DFS_File_Sharing/README_zh-hans.md) | | 05 | 👥 [AD 用户与组管理 + PowerShell 自动化](05_Auto_User_Management/README_zh-hans.md) | --- ## 贡献 / 反馈建议 如果你有任何建议、发现错误或希望贡献新的章节,请随时转到 [github 仓库](https://github.com/hexwarrior6/Enterprise-Network-Setup-with-Windows-Server) 提交 Issues 或 Pull Requests! --- ## License 本项目根据 [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) 许可证获得许可。