Domain setup for 2012
i working in microsoft windows server 2012. have made domain controller for my first forest, "mysite.com", using "adds configuration wizard"
now want create new domain in mysite.com domain1.mysite.com using same wizard using second option.
i run thru (see bottom ps) , make way "prerequistes check" , error:
"verification of prerequisites domain controller promotion failed. specified argument 'childname' not recognized."
here ps code:
# # windows powershell script ad ds deployment # import-module addsdeployment install-addsdomain ` -noglobalcatalog:$false ` -creatednsdelegation:$true ` -databasepath "c:\windows\ntds" ` -domainmode "win2012" ` -domaintype "childdomain" ` -installdns:$true ` -logpath "c:\windows\ntds" ` -newdomainname "domain1" ` -newdomainnetbiosname "domain1" ` -parentdomainname "mysite.com" ` -norebootoncompletion:$false ` -sitename "default-first-site-name" ` -sysvolpath "c:\windows\sysvol" ` -force:$true
ok. please try removing "" , try again?
this posting provided no warranties or guarantees , , confers no rights.
ahmed malek
my website link my linkedin profile my mvp profile
Windows Server > Directory Services
Comments
Post a Comment