Would you like a PowerShell script to automate all these post-install steps?
whoami /fqdn Get-ADDomain ✅ Should show your domain name and domain controller info 4.1 Disable Local Admin (Optional but Recommended) Disable-LocalUser -Name "Administrator" 4.2 Configure Windows Firewall for AD Management Allow required ports (if managing remotely): installing active directory windows 11
Windows 11 cannot be a Domain Controller (it runs Server OS only for AD DS). Windows 11 can only join a domain or run RSAT (Remote Server Administration Tools) to manage AD remotely. Assuming you meant: "I installed RSAT to manage AD from Windows 11" Phase 1: Immediate Verification 1.1 Confirm RSAT Installation Open PowerShell as Admin and run: Would you like a PowerShell script to automate