2008 r2 server core Domain Controller setup notes
then maybe use this other stuff
netsh interface ipv4 show interfaces (if none, remember to install vmware guest tools)
netsh interface set interface name="Local Area Connection" newname="LAN"
netsh interface ipv4 set address LAN static 10.10.10.21 255.255.255.0 10.10.10.1 1
netdom renamecomputer %COMPUTERNAME% /NewName:DC01
shutdown -r -t 00 -f (after changing hostname)
netsh advfirewall firewall add rule name=”ICMP Allow incoming V4 echo request” protocol=icmpv4:8,any dir=in action=allow
dcpromo /unattend:c:\unattend_dcpromo.txt
After first run, it throws an error about the password not matching policy. The first run clears the SafeModeAdminPassword from the unattend_dcpromo.txt. Add the password, repeat the above command, and then the dcpromo operation will complete.
NewDomainDNSName=resistentialism.local
DomainNetBiosName=resistentialism
ReplicaOrNewDomain=domain
DatabasePath="%systemroot%\NTDS"
LogPath="%systemroot%\NTDS"
SYSVOLPath="%systemroot%\SYSVOL"
SafeModeAdminPassword=putsomethinginhere
Open Firewall for Remote Administration:
netsh advfirewall firewall set rule group="remote desktop" new enable=yes
netsh advfirewall firewall set rule group="Remote Administration" new enable=yes
netsh advfirewall firewall set rule group="Windows Firewall Remote Management" new enable=yes
netsh advfirewall firewall set rule group="Remote Volume Management" new enable=yes (remember that this needs to be run both on the server and the client from which you will be managing that server)
Server Core Installation GSG
http://technet.microsoft.com/en-us/library/cc753802(v=ws.10).aspx
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=4702
HVRemote is also helpful for figuring out what isn't yet setup. Use hvremote /show /target:ipaddress to interrogate remote access from your management client. Download the hvremote script from: http://archive.msdn.microsoft.com/HVRemote