Windows Server 2025 install and AD DS role install.

Windows Server 2025 install and AD DS role install.

In this Post I will show you how I installed Server 2025 in my home lab and enabled the AD DS role.

To start get the windows server ISO from here:

https://www.microsoft.com/en-us/evalcenter/download-windows-server-2025

In my Lab I have a Proxmox server where I will make a new VM.

Image 1

Image 2

Image 3

Image 4

Image 5NoteWhen selecting a CPU in Proxmox avoid using the Host CPUThatโ€™s because on Windows 11 and Windows Server 2025, Virtualization-Based Security (VBS) is enabled by default when installed on physical hardware.

If you virtualize it anduse asthe CPU type (assuming the CPU is a newer model), VBS is still enabled โ€” but now you're dealing with nested virtualization, which negatively impacts performance.

By changing the CPU typeto,VBS inside the Windows VM gets disabled (since the required CPU instructions for VBS are missing), resulting in a performance boost at the cost of reduced security.

Image 6

Image 7

Image 8

Now that the VM is created.Start the VM,andboot to the ISO.

Image 9

Image 10

Image 11

Image 12

Image 13

Image 14

Image 15

Image 16

Image 17

Image 18

Image 19

PS Script to install AD Domain Services:

Install-WindowsFeature -Name AD-Domain-Services -IncludeManagementTools

Manual way is below

Image 20

Image 21

Image 22

Image 23

Image 24

Image 25

Image 26

Image 27

Image 28

Image 29

Image 30

Image 31

Image 32

Image 33

Image 34

Image 35

Image 36

Image 37

Image 38

Now I have windows server 2025 installed and AD DS enabled and running.

Now we can start cooking in the next few posts