Course outline for 70-410, Installing and Configuring Windows Server 2012.

  • Install Servers:
  1. Plan for a server installation; plan for server roles; plan for a server upgrade; install Server Core; optimize resource utilization by using Features on Demand; migrate roles from previous versions of Windows Server
  • Configure servers
  1. Configure Server Core;

Delegate administration; 3. Add and remove features in offline images; 4. Deploy roles on remote servers; 5. Convert Server Core to/from full GUI; 6. Configure services; 7. Configure NIC teaming

1. Configure Server Core

  1. Rename Computer: Rename-Computer Hostname
  2. Assign IP Address: New-NetIPAddress -ipaddress 192.168.1.10 -InterfaceAlias “Ethernet” -DefaultGateWay 192.168.1.1 AddressFamily IPv4 -PrefixLength 24
  3. Configure DNS: Set-DnsClientServerAddress -intefaceAlias “Ethernet” -ServerAddresses 192.168.1.10
  4. Join Domain: add-computer -DomainName grimm.lab
  5. Restart Computer: Restart-Computer

5. Convert Server Core to/from full GUI

http://www.youtube.com/watch?v=nZ0v8vBppvA

Exam Objectives

http://technet.microsoft.com/en-us/virtuallabs/dn336436.aspx