Active Directory Pentesting Lab

This is my Pentesting active directory lab. I already have a simple AD lab which I used to learn how active directory works but this one I will use to attack it and to try and exploit some vulnerabilities and misconfigurations. I Started by installing Windows Server 2022 as well as a Windows 10 Vm. This Windows Server 2022 will act as my Domain Controller which is the server that runs the active directory services. The first thing I did was change the name of my Windows server machine to something that I would remember. In this case, it's named ROOT-DC. I then went to manage and added “roles and features” I made sure to add Active Directory Domain Services which is also known as Active Directory Data store. After installing everything I went and promoted my server to be a domain controller. I had to add a new forest because I don’t have an existing domain nor to do I have an existing forest. I named it Root_Lab.local Here is the NTDS this file is ve...