Course outline for 70-410, Installing and Configuring Windows Server 2012.
- Install Servers:
- 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
- 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
- Rename Computer: Rename-Computer Hostname
- Assign IP Address: New-NetIPAddress -ipaddress 192.168.1.10 -InterfaceAlias “Ethernet” -DefaultGateWay 192.168.1.1 AddressFamily IPv4 -PrefixLength 24
- Configure DNS: Set-DnsClientServerAddress -intefaceAlias “Ethernet” -ServerAddresses 192.168.1.10
- Join Domain: add-computer -DomainName grimm.lab
- Restart Computer: Restart-Computer
5. Convert Server Core to/from full GUI
http://www.youtube.com/watch?v=nZ0v8vBppvA
http://technet.microsoft.com/en-us/virtuallabs/dn336436.aspx