To do so, contact an administrator who is responsible for the parent DNS zone.Here is my powershell script:Import-Module ADDSDeployment Install-ADDSDomainController ` -NoGlobalCatalog:$false ` -CreateDnsDelegation:$true ` -Credential (Get-Credential) ` -CriticalReplicationOnly:$false ` -Database...