Deploy from a vmWare Template

Open vCenter
Select a matching template
Right click and choose

Enter the Name of the Server

and select a folder

Select the cluster

Select the host in the cluster

Select the storage

Set the proper Network

Sysprep

You need to generalize after the cloning

Enter

\windows\system32\sysprep\sysprep

Select OOBE

And don’t forget

Rename-computer, change Name

Note: you should not use sconfig for this if you do not want to have the hostname
in capital letters

Start Powershell

Enter “Powershell” at the prompt

Change Name of the Server

Rename-computer –NewName ComputerName

Reboot Server

Shutdown –r –t 0

Change IP Address to Fix

This can be done by sconfig as well

(just enter sconfig at the prompt)

Start Powershell

Enter “Powershell” at the prompt

Identify the NIC

Get-NETIPInterface

Set the IP V4 address

New-NetIPAddress -InterfaceIndex 12 -IPAddress 172.20.100.20 -PrefixLength 24 -DefaultGateway 172.20.100.1

Set the DNS address

Set-DNSClientServerAddress –InterfaceIndex 12 -ServerAddresses (“172.20.20.20”,“172.20.20.21”)

Configure the TCP/IP protocol with DNS settings

Nslookup

Enable Remote management

Enable-NetFirewallRule –displaygroup “Windows Remote Management”

Setup from DVD/CDRom/ISO

image001

Reduce the VM to the necessary components

 

  • CPU 2
  • Memory 2GB
  • CD/DVD Drive (Attach the installation ISO at this time)
  • Network Adapter
  • A Disk (which is not shown in this view) of 20GB

 Install Windows 2012R2 Core

Select your proper Time/currency and Keyboard format

image003

image004
 

image006

 

 image007
Enter License Code

 

image009

 image010
 

Select “Windows 2012 R2 Standard (Server Core Installation)”

image009

 image012
 image014

image009

 

 

 image015
image017

Choose “Custom: Install Windows only (adv…”

 image019
Select the Disk and press

image009

 

 image022
An automatic reboot occures when the setup program is finished installing

 

 

 image024
On the firs login, windows asks for an Administrator password

image026

 image027
image029
image031
image026  image033
 

Voila: your Core Server

 image035