windows server core 2008
HI,
i'm preparing the 70-460 exam server admin i'm using Vmware workstation to install the servers
1. i install win server 2008 and configure the active directory domain services
(domain name contoso.com)
2. i install win server core 2008(server name server02) now i want to join the
domain name contoso.com but i can't join the domain
here's how i used the command :
netdom join %computername% /domain:CONTOSO.COM /userd:<CONTOSO\ADMINISTRATOR /passwordd:*
The system cannot find the path specified
can anybody tell me what im doing wrong ??
Thanks
September 14th, 2011 7:24pm
This question may be moved to Windows Server 2008, part of the community?
Have you checked the settings for DNS?
netsh interface ipv4 show config
to add a DNS server
netsh interface ipv4 add dnsserver name="<interface name>" address=xxx.xxx.xxx.xxx Index=1
to add a secondary DNS change Index to 2
maybe a firewall issue/ Kind Regards Johan Zetterstrm
Free Windows Admin Tool Kit Click here and download it now
September 16th, 2011 10:04am
Moving to Windows Server General
Blog: http://www.certsandprogs.com
70-515 Objectives List with MSDN Links
70-536 Objectives List with MSDN Links
70-505 Objectives List with MSDN Links
70-562 Objectives List with MSDN Links
70-433 Objectives List with MSDN Links
September 16th, 2011 11:33am
From the command prompt type the following with:
netdom join ComputerName /domain:DomainName /userd:UserName /passwordd:*
A couple things to note here:
Depending on how you have configured your DNS settings you may have to put the FQDN in for the
DomainName
Note: please try to ping the DC from the server core and also point the dns server correctly.http://www.virmansec.com/blogs/skhairuddin
Free Windows Admin Tool Kit Click here and download it now
September 16th, 2011 1:17pm
HI Mbasha,
In your command, there is an extra character "<" after /userd. Please remove it and run this command again.
netdom join %computername% /domain:CONTOSO.COM /userd:CONTOSO\ADMINISTRATOR /passwordd:*
Hope this helps.
Regards,
Bruce
September 19th, 2011 10:21am
it did for me!!
thx!! this work perfect for page 28 of 70-640
Free Windows Admin Tool Kit Click here and download it now
September 19th, 2011 8:23pm
Glad to hear the information we provided was useful. If you have more questions in the future, you’re welcomed to this forum.
Regards,
Bruce
September 20th, 2011 4:57am


