Most Recent Project:
This project involves setting up a virtual machine (VM) on Google Cloud Platform (GCP) and installing Active Directory (AD) on it. The VM is configured with the e2-medium machine type and uses the Windows Server 2022 Datacenter boot image. This guide provides step-by-step instructions for creating the VM, enabling necessary services, installing and configuring AD.
My VM:
Navigate to Compute Engine:
Go to Google Cloud Console.
Select your project.
Create a VM Instance:
Click the menu icon ☰ and navigate to "Compute Engine" > "VM instances."
Click "Create instance."
Configure the VM:
Instance details:
Name: your-vm-name
Region and zone: us-central1 (or your preferred region)
Machine type: e2-medium
Boot disk:
Change the boot disk to Windows Server 2022 Datacenter.
Firewall:
Select "Allow HTTP traffic" and "Allow HTTPS traffic."
Networking:
Configure your network settings (VPC network, subnet, external IP).
Create the VM:
Click "Create" and wait for the VM to be provisioned.
VM Name: your-vm-name
Region/Zone: us-central1
Machine Type: e2-medium
Boot Disk: Windows Server 2022 Datacenter
Connect to the VM:
Use RDP to connect to the Windows VM.
If no RDP option is available, use an RDP client with the external IP address of the VM.
Set Password for Local Admin Account:
When prompted, set a strong password for the local admin account on the server.
Install Active Directory Domain Services (AD DS):
Open Server Manager.
Click "Manage" > "Add Roles and Features."
Follow the wizard, select the AD DS role, and complete the installation.
Promote the Server to a Domain Controller:
Launch the "Active Directory Domain Services Configuration Wizard."
Choose "Add a new forest" (if creating a new domain).
Provide domain and forest details.
Set a Directory Services Restore Mode (DSRM) password.
Configure DNS (Optional):
Configure DNS if required during the AD DS setup.
Post-installation Tasks:
Configure firewall rules to allow necessary traffic for AD.
Set up additional AD settings as needed.
Domain Name: your-domain-name
Forest Functional Level: forest-functional-level
DSRM Password: your-dsrm-password
If the server administrator account has a blank password you may be forced to set a password.
Security: Implement strong passwords, firewall rules, and regular updates.
Backup: Set up regular backups of your AD environment.
Monitoring: Configure monitoring and alerts for AD health and performance.
Contact button below.