I found a new blog that had a ton of information that I just happen to be looking for. http://blogs.technet.com/daven
All of the following was taken from the above blog.
When the Core installation is finished, you have a server with an unknown name, with a blank administrator's password in a workgroup.
To get it configured you'll need these commands:
net user administrator *hostnamenetdom renamecomputer <ComputerName> /NewName:<NewComputerName>netsh interface ipv4 show interfacesnetsh interface ipv4 set address name="<ID>" source=static address=<StaticIP> mask=<SubnetMask> gateway=<DefaultGateway>netsh interface ipv4 add dnsserver name="<ID>" address=<DNSIP>index=1netdom join <ComputerName> /domain:<DomainName> /userd:<UserName> /passwordd:*
And a few optional ones:
Cscript C:\Windows\System32\Scregedit.wsf /ar 0WinRM quickconfigcontrol timedate.cplcontrol intl.cplSlmgr.vbs -atostart /w ocsetup /?
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.