Sunday, April 1, 2012

Server Core Some Commands



Configuration of IP address:

Netsh interface ipv4 set address name=2 source=staic address=10.10.10.74 mask=255.255.255.0 gateway=10.10.10.1

Set the DNS Server IP address

Netsh interface ipv4 add dnsserver name=2 address=10.10.10.70 index=1

Rename the computer to W2k8-Core by using the following commands

Netdom renamecomputer %computername% /newname:W2k8-Core /userd:trainer@nuggetlab.com /password:Nu66et$ /reboot:0

Join the server to the company.com domain

Netdom joing %computername% /domain:nuggetlab.com /userd:trainer@nuggetslabs.com /password:* /reboot

Turn off the firewall

Netsh advfirewall set allporfiles stat off

No comments:

Post a Comment