Create new forest and new domain on server 2012
Here are the steps to create a new forest and a new domain on a Windows Server 2012:
Prerequisites:
- You have a Windows Server 2012 installation media or a virtual machine with Windows Server 2012 installed.
- You have a domain controller role installed on the server.
- You have a static IP address assigned to the server.
Step 1: Promote the Server to a Domain Controller
- Open the Server Manager console on the server.
- Click on "Add roles and features" and select "Next".
- Select "Role-based or feature-based installation" and click "Next".
- Select "Domain Controller" and click "Next".
- Select the "Active Directory Domain Services" feature and click "Next".
- Click "Install" to install the feature.
- Once the installation is complete, click "Close".
Step 2: Create a New Forest
- Open the Active Directory Domain Services console on the server.
- Right-click on "Active Directory Domain Services" and select "Create a new forest".
- Enter the name of the forest (e.g. "example.com") and click "Next".
- Enter the DNS server IP address and click "Next".
- Enter the forest functional level (e.g. "Windows Server 2012") and click "Next".
- Click "Create" to create the forest.
Step 3: Create a New Domain
- Right-click on the forest and select "Create a new domain".
- Enter the name of the domain (e.g. "example.local") and click "Next".
- Enter the domain functional level (e.g. "Windows Server 2012") and click "Next".
- Enter the domain controller name and click "Next".
- Click "Create" to create the domain.
Step 4: Configure DNS
- Open the DNS Manager console on the server.
- Right-click on the "Forward Lookup Zones" folder and select "New Zone".
- Enter the name of the zone (e.g. "example.local") and click "Next".
- Select "Primary zone" and click "Next".
- Enter the replication scope (e.g. "All DNS servers running on this network") and click "Next".
- Click "Finish" to create the zone.
Step 5: Configure the Domain Controller
- Open the Server Manager console on the server.
- Click on "Tools" and select "Active Directory Domains and Trusts".
- Right-click on the domain and select "Properties".
- Enter the domain controller name and click "OK".
- Click "OK" to close the window.
Step 6: Verify the Domain
- Open the Command Prompt as an administrator.
- Type "netdom query /domain" and press Enter to verify the domain.
That's it! You have now created a new forest and a new domain on a Windows Server 2012.