SlideShare a Scribd company logo
1 of 36
Download to read offline
 Why Upgrade to Windows Server 2012?
 Operating System Hardware and Disk Space Requirements
 Supported Windows Clients and Servers
 Supported In-Place Upgrade Paths
 Functional Levels, Operation Master Roles, Active Directory
Considerations
 Migration Tools for Windows Server 2012
 Hyper-V and Virtual Machines Considerations
 Summary
2
Support for a
modern work
style
• Virtual Desktop Infrastructure (VDI): simplified management and reduced cost of
implementations
• Optimized branch office wide area network (WAN) bandwidth use
• Ability for remote users to more securely access internal resources without a virtual
private network (VPN)
Cost savings and
increased
efficiencies
• Reduced storage costs with Storage Spaces and other storage enhancements
• Increased server/administrator ratio through Windows PowerShell and multimachine
management
• Increased uptime with Cluster-Aware Updating and transparent failover
Comprehensive
cloud platform
• Complete, built-in virtualization platform
• Enterprise-class scale and performance, so you can virtualize every application
• Ability to achieve business continuity with inbox disaster recovery solutions
• Best-in-class hybrid cloud experience with a common set of technologies
4
Expanded Processor & Memory Support
for Hyper-V
System Resource
Maximum Number
Improvement FactorWindows Server
2008 R2
Windows Server
2012
Host
Logical processors on
hardware
64 320 5x
Physical Memory 1 TB 4 TB 4x
Virtual processors per host 512 2,048 4x
Virtual Machine
Virtual processors per virtual
machine
4 64 16x
Memory per virtual machine 64 GB 1 TB 16x
Active virtual machines per
server
384 1,024 2.7x
Cluster
Nodes 16 64 4x
Virtual machines 1,000 8,000 8x
Disk Space Requirements – NTDS.DIT
The drive that hosts the Active Directory database
(NTDS.DIT) must have free disk space that represents
at least 20% of the NTDS.DIT file before you begin the
operating system upgrade.
If there is insufficient free disk space on the volume,
the upgrade can fail and the upgrade compatibility
report returns an error indicating insufficient free disk
space.
Minimum OS Requirements
7
9
Below are supported domain members that work with domain
controllers that run Windows Server 2012:
• Client operating systems:
Windows 8, Windows 7, Windows Vista, Windows XP
• Server operating systems:
Windows Server 2012
Windows Server 2008 R2
Windows Server 2008
Windows Server 2003 R2
Windows Server 2003
Note: Most Windows Server 2012 roles are backward compatible with other Windows
Server 2008 Active Directory
11
YES – You can upgrade domain controllers that run 64-bit versions of
Windows Server 2008 or Windows Server 2008 R2 to Windows Server
2012.
NO - You cannot upgrade domain controllers that run Windows Server
2003 or 32-bit versions of Windows Server 2008.
13
• Windows Server 2012 requires a Windows Server 2003 forest
functional level or higher.
• Before you can add a DC that runs Windows Server 2012 to an
existing AD forest, the forest functional level must be Windows
Server 2003 or higher.
• If the forest functional level is Windows 2000, the installation is
also blocked.
15
Some new features in Windows Server 2012 that affect operations
master roles:
• The PDC emulator must be running Windows Server 2012
to support cloning virtual domain controllers.
• The Relative Identifier (RID) Master has new RID issuance
and monitoring functionality. The improvements include
better event logging and more appropriate limits.
• New security principals are created when the PDC
emulator runs Windows Server 2012.
17
• CUI-based command-line installations are performed by using the ADDSDeployment
Module in Windows PowerShell.
• GUI-based promotions are performed in Server Manager using a completely new
Active Directory Domain Services Configuration Wizard.
18
• To simplify the installation process, ADPREP has been integrated into
the AD DS installation and runs automatically as needed.
• Prerequisite checks in the AD DS Installation Wizard identify potential
errors before the installation begins.
• The wizard also exports a Windows PowerShell script that contains all the
options that were specified during the graphical installation.
19
There are some tool changes related to AD DS:
Deprecation of Adprep32.exe
There is only one version of Adprep.exe
• It can be ran as needed on 64-bit domain controllers that run
Windows Server 2008 or later. The system determines this.
Deprecation of Dcpromo.exe
• It can still be run with an answer file and through PowerShell.
21
After you register the tools, then you can begin the migration process.
Here’s a list of resources for Migration -
• Migrate Active Directory Federation Services Role Services to WS 2012
• Migrate Health Registration Authority to Windows Server 2012
• Migrate Hyper-V to Windows Server 2012
• Migrate IP Configuration to Windows Server 2012
• Migrating Network Policy Server to Windows Server 2012
• Migrate Print and Document Services to Windows Server 2012
• Migrate Remote Access to Windows Server 2012
• Migrate Windows Server Update Services to Windows Server 2012
Hyper-V Migration Compatibility Scenarios
The stand-alone product “Microsoft Hyper-V Server” is not supported
Standard, Enterprise, and Datacenter editions of Windows Server running Hyper-V are
supported as either source or destination servers.
Migrating from one Hyper-V to another
The best way to upgrade your Hyper-V infrastructure is to simply blow away the
current operating system, then install Server 2012 fresh on the hardware.
The following steps will describe the migration process of your virtual machines
without upgrading the OS in place.
Here are some really important file locations we need to take note of:
• VM Config (XML) files
• VM Data (VHD) files
• VM Snapshot (XML) pointer files
It’s wise to remove, revert, or apply all snapshots prior to proceeding (depending
on the individual sizes for bandwidth considerations during the copy process)
however it is not required.
Consolidating Folder Locations
• Hyper-V in Windows 2012 has a simplified the folder structure
• Backup the 2008R2 VMs , consolidate the folders on Windows Server 2012
• Move our “Virtual Machines” folder to a LUN or external disk
2008 R2 Default Locations
Config and Snapshot Subfolders
Hard Disk Subfolders
Create your folders on WS2012 then move the file to the locationsProgramDataMicrosoftWindowsHyper-V
%Profile%DocumentsHyper-VVirtual hard disks
Improved VM Import
The New VM Import feature:
• Performs configuration
validation during import
process
• No need to export first!
Can manually copy VM files
between hosts and then
import them
• Improved Import wizard –
Validates Configurations
During Import Process
Launch Hyper-V Manager
Select Import Virtual Machine
The Import Process (GUI Based)
Browse to the location where
the Virtual Machine files
reside, Click on Select Folder,
Click Next
All Virtual Machines
available for Import will
show up for selection,
highlight the VM to be
imported and click Next
The Import Process (GUI Based)
Register – Assumes that all files
exist in this consolidated folder
and that the files will continue
forward residing in this folder
Restore – Registers the VM
configuration files in their
current location and copies the
other necessary files to new
location
Copy – Copies all VM files to a
new location for the VM to
continue forward running in the
new location
Register, Restore, or Copy?
Selecting the Virtual Switch(Network)
• Select the proper Virtual
Switch for this Virtual
Machine’s network card
• Multiple virtual NICs will
continue to prompt for the
proper switches until all
have been allocated
Complete the Import Process
Summary Page is
presented, click Finish
Import Completed
Importing the VMs via PowerShell
First make sure the Hyper-V module is loaded:
Import-Module Hyper-V
Change directory to Virtual Machines
dir -Recurse *.xml | Compare-VM
$results = Compare-VM -Path 'C:Virtual MachinesVirtual Machines6291C38F-ED6F-484B-BE20-D91723039C2F.xml'
$results.Incompatibilities[0].Source | Connect-VMNetworkAdapter -SwitchName "External"
$results.Incompatibilities[1].Source | Connect-VMNetworkAdapter -SwitchName "wireless external"
Import-VM -CompatibilityReport $results
Name State CPUUsage(%) MemoryAssigned(M) Uptime Status
---- ----- ----------- ----------------- ------ ------
fileserver2008 Off 0 0 00:00:00 Operating normally
Cluster Migration Considerations
• Build a new cluster.
• Migrate the VMs via the Migration Tool.
• All new features going forward will support Live Migration.
 Ensure you have the proper hardware and enough room for the
NTDS.DIT before you upgrade
 You cannot upgrade Windows Server 2003 or Windows Server
2008 32-bit to Windows Server 2012
 Out of the 4 editions, only the AD DS role is supported on
Windows Server 2012 Standard and Datacenter Editions
 Make sure and review the considerations around the Functional
Levels, Operation Master Roles, Active Directory, Hyper-V and
Virtual Machines when upgrading
 For more resources around upgrading to Windows Server 2012,
visit http://technet.microsoft.com/en-us/library/hh994618.aspx
35
Get the evaluation
36
Microsoft Server and Cloud Platform:
http://aka.ms/hwws2012 http://aka.ms/hwsc2012
Microsoft Learning:
http://www.microsoft.com/learning/en/us/default.aspx#f
bid=Gp5a9_ahz5M
Microsoft Virtual Academy:
http://aka.ms/microsoftacademy
Get certified
Get trained

More Related Content

What's hot

Virtualization VMWare technology
Virtualization VMWare technologyVirtualization VMWare technology
Virtualization VMWare technologysanjoysanyal
 
VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1Sanjeev Kumar
 
XenServer, Hyper-V, and ESXi - Architecture, API, and Coding
XenServer, Hyper-V, and ESXi -  Architecture, API, and CodingXenServer, Hyper-V, and ESXi -  Architecture, API, and Coding
XenServer, Hyper-V, and ESXi - Architecture, API, and Coding_Humair_Ahmed_
 
Virtualization using VMWare Workstation and Cloud Computing
Virtualization using VMWare Workstation and Cloud ComputingVirtualization using VMWare Workstation and Cloud Computing
Virtualization using VMWare Workstation and Cloud ComputingHitesh Gupta
 
VMware Horizon (view) 7 Lab Manual
VMware Horizon (view) 7 Lab Manual VMware Horizon (view) 7 Lab Manual
VMware Horizon (view) 7 Lab Manual Sanjeev Kumar
 
Open source hypervisors in cloud
Open source hypervisors in cloudOpen source hypervisors in cloud
Open source hypervisors in cloudChetna Purohit
 
VMware vSphere Networking deep dive
VMware vSphere Networking deep diveVMware vSphere Networking deep dive
VMware vSphere Networking deep diveSanjeev Kumar
 
VMWARE VS MS-HYPER-V
VMWARE VS MS-HYPER-VVMWARE VS MS-HYPER-V
VMWARE VS MS-HYPER-VDavid Ramirez
 
Virtualization Uses - Server Consolidation
Virtualization Uses - Server Consolidation Virtualization Uses - Server Consolidation
Virtualization Uses - Server Consolidation Rubal Sagwal
 
VMware Esx Short Presentation
VMware Esx Short PresentationVMware Esx Short Presentation
VMware Esx Short PresentationBarcamp Cork
 
Virtualization and cloud Computing
Virtualization and cloud ComputingVirtualization and cloud Computing
Virtualization and cloud ComputingRishikese MR
 
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...Edureka!
 
Citrix CloudGateway 2.5 Technical Overview and Troubleshooting
Citrix CloudGateway 2.5 Technical Overview and TroubleshootingCitrix CloudGateway 2.5 Technical Overview and Troubleshooting
Citrix CloudGateway 2.5 Technical Overview and TroubleshootingDavid McGeough
 
VMware Advance Troubleshooting Workshop - Day 5
VMware Advance Troubleshooting Workshop - Day 5VMware Advance Troubleshooting Workshop - Day 5
VMware Advance Troubleshooting Workshop - Day 5Vepsun Technologies
 
VMware HA deep Dive
VMware HA deep DiveVMware HA deep Dive
VMware HA deep DiveEric Sloof
 
Configure and Manage Virtualization on different Platforms
Configure and Manage Virtualization on different Platforms Configure and Manage Virtualization on different Platforms
Configure and Manage Virtualization on different Platforms Rubal Sagwal
 

What's hot (20)

Vm Vs Hyperv
Vm Vs HypervVm Vs Hyperv
Vm Vs Hyperv
 
Virtualization VMWare technology
Virtualization VMWare technologyVirtualization VMWare technology
Virtualization VMWare technology
 
VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1
 
XenServer, Hyper-V, and ESXi - Architecture, API, and Coding
XenServer, Hyper-V, and ESXi -  Architecture, API, and CodingXenServer, Hyper-V, and ESXi -  Architecture, API, and Coding
XenServer, Hyper-V, and ESXi - Architecture, API, and Coding
 
Virtualization using VMWare Workstation and Cloud Computing
Virtualization using VMWare Workstation and Cloud ComputingVirtualization using VMWare Workstation and Cloud Computing
Virtualization using VMWare Workstation and Cloud Computing
 
Virtualization
VirtualizationVirtualization
Virtualization
 
VMware Horizon (view) 7 Lab Manual
VMware Horizon (view) 7 Lab Manual VMware Horizon (view) 7 Lab Manual
VMware Horizon (view) 7 Lab Manual
 
VMware Virtualization 27 09 07
VMware Virtualization  27 09 07VMware Virtualization  27 09 07
VMware Virtualization 27 09 07
 
Open source hypervisors in cloud
Open source hypervisors in cloudOpen source hypervisors in cloud
Open source hypervisors in cloud
 
VMware vSphere Networking deep dive
VMware vSphere Networking deep diveVMware vSphere Networking deep dive
VMware vSphere Networking deep dive
 
VMWARE VS MS-HYPER-V
VMWARE VS MS-HYPER-VVMWARE VS MS-HYPER-V
VMWARE VS MS-HYPER-V
 
Virtualization Uses - Server Consolidation
Virtualization Uses - Server Consolidation Virtualization Uses - Server Consolidation
Virtualization Uses - Server Consolidation
 
VMware Esx Short Presentation
VMware Esx Short PresentationVMware Esx Short Presentation
VMware Esx Short Presentation
 
VMware Presentation
VMware PresentationVMware Presentation
VMware Presentation
 
Virtualization and cloud Computing
Virtualization and cloud ComputingVirtualization and cloud Computing
Virtualization and cloud Computing
 
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...
 
Citrix CloudGateway 2.5 Technical Overview and Troubleshooting
Citrix CloudGateway 2.5 Technical Overview and TroubleshootingCitrix CloudGateway 2.5 Technical Overview and Troubleshooting
Citrix CloudGateway 2.5 Technical Overview and Troubleshooting
 
VMware Advance Troubleshooting Workshop - Day 5
VMware Advance Troubleshooting Workshop - Day 5VMware Advance Troubleshooting Workshop - Day 5
VMware Advance Troubleshooting Workshop - Day 5
 
VMware HA deep Dive
VMware HA deep DiveVMware HA deep Dive
VMware HA deep Dive
 
Configure and Manage Virtualization on different Platforms
Configure and Manage Virtualization on different Platforms Configure and Manage Virtualization on different Platforms
Configure and Manage Virtualization on different Platforms
 

Viewers also liked

IT & Network Companies in Egypt
IT & Network Companies in EgyptIT & Network Companies in Egypt
IT & Network Companies in EgyptiTawy Community
 
A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...
A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...
A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...S. Raj Kumar
 
Modern Operating System Windows Server 2008
Modern Operating System  Windows Server 2008Modern Operating System  Windows Server 2008
Modern Operating System Windows Server 2008Sneha Chopra
 
Module - Function Hardware
Module - Function HardwareModule - Function Hardware
Module - Function HardwareAzam Jumberi
 
Top 5 Server Operating Systems
Top 5 Server Operating SystemsTop 5 Server Operating Systems
Top 5 Server Operating SystemsSinbad Konick
 
Data flow in a computer
Data flow in a computerData flow in a computer
Data flow in a computerOriginalGSM
 
COMMUNICATION DEVICES: HARDWARE REQUIREMENTS AND FUNCTIONS OF COMMUNICATION D...
COMMUNICATION DEVICES: HARDWARE REQUIREMENTS AND FUNCTIONS OF COMMUNICATION D...COMMUNICATION DEVICES: HARDWARE REQUIREMENTS AND FUNCTIONS OF COMMUNICATION D...
COMMUNICATION DEVICES: HARDWARE REQUIREMENTS AND FUNCTIONS OF COMMUNICATION D...Kak Yong
 
Communication devices
Communication devicesCommunication devices
Communication deviceshar139
 
Computer Hardware: Parts & Functions
Computer Hardware: Parts & FunctionsComputer Hardware: Parts & Functions
Computer Hardware: Parts & FunctionsRay Monterola
 
0 introduction to computer architecture
0 introduction to computer architecture0 introduction to computer architecture
0 introduction to computer architectureaamc1100
 
Chapter 1 computer hardware and flow of information
Chapter 1 computer hardware and flow of informationChapter 1 computer hardware and flow of information
Chapter 1 computer hardware and flow of informationFrankie Jones
 
Install Windows Server 2012 Step-by-Step
Install Windows Server 2012 Step-by-StepInstall Windows Server 2012 Step-by-Step
Install Windows Server 2012 Step-by-StepMehdi Poustchi Amin
 
MIS 17 Cross-Functional Enterprise Systems
MIS 17 Cross-Functional Enterprise SystemsMIS 17 Cross-Functional Enterprise Systems
MIS 17 Cross-Functional Enterprise SystemsTushar B Kute
 
Windows Server 2012
Windows Server 2012Windows Server 2012
Windows Server 2012anilinvns
 
Functional information system
Functional  information systemFunctional  information system
Functional information systemamazing19
 
Functional level strategies
Functional level strategiesFunctional level strategies
Functional level strategiesmohitagarwal1989
 
Ms sql server architecture
Ms sql server architectureMs sql server architecture
Ms sql server architectureAjeet Singh
 
Mac OS(Operating System)
Mac OS(Operating System)Mac OS(Operating System)
Mac OS(Operating System)Faizan Shaikh
 

Viewers also liked (20)

IT & Network Companies in Egypt
IT & Network Companies in EgyptIT & Network Companies in Egypt
IT & Network Companies in Egypt
 
A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...
A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...
A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...
 
Modern Operating System Windows Server 2008
Modern Operating System  Windows Server 2008Modern Operating System  Windows Server 2008
Modern Operating System Windows Server 2008
 
Virtual Machine
Virtual MachineVirtual Machine
Virtual Machine
 
Module - Function Hardware
Module - Function HardwareModule - Function Hardware
Module - Function Hardware
 
Top 5 Server Operating Systems
Top 5 Server Operating SystemsTop 5 Server Operating Systems
Top 5 Server Operating Systems
 
Data flow in a computer
Data flow in a computerData flow in a computer
Data flow in a computer
 
COMMUNICATION DEVICES: HARDWARE REQUIREMENTS AND FUNCTIONS OF COMMUNICATION D...
COMMUNICATION DEVICES: HARDWARE REQUIREMENTS AND FUNCTIONS OF COMMUNICATION D...COMMUNICATION DEVICES: HARDWARE REQUIREMENTS AND FUNCTIONS OF COMMUNICATION D...
COMMUNICATION DEVICES: HARDWARE REQUIREMENTS AND FUNCTIONS OF COMMUNICATION D...
 
Communication devices
Communication devicesCommunication devices
Communication devices
 
Computer Hardware: Parts & Functions
Computer Hardware: Parts & FunctionsComputer Hardware: Parts & Functions
Computer Hardware: Parts & Functions
 
0 introduction to computer architecture
0 introduction to computer architecture0 introduction to computer architecture
0 introduction to computer architecture
 
Linux kernel architecture
Linux kernel architectureLinux kernel architecture
Linux kernel architecture
 
Chapter 1 computer hardware and flow of information
Chapter 1 computer hardware and flow of informationChapter 1 computer hardware and flow of information
Chapter 1 computer hardware and flow of information
 
Install Windows Server 2012 Step-by-Step
Install Windows Server 2012 Step-by-StepInstall Windows Server 2012 Step-by-Step
Install Windows Server 2012 Step-by-Step
 
MIS 17 Cross-Functional Enterprise Systems
MIS 17 Cross-Functional Enterprise SystemsMIS 17 Cross-Functional Enterprise Systems
MIS 17 Cross-Functional Enterprise Systems
 
Windows Server 2012
Windows Server 2012Windows Server 2012
Windows Server 2012
 
Functional information system
Functional  information systemFunctional  information system
Functional information system
 
Functional level strategies
Functional level strategiesFunctional level strategies
Functional level strategies
 
Ms sql server architecture
Ms sql server architectureMs sql server architecture
Ms sql server architecture
 
Mac OS(Operating System)
Mac OS(Operating System)Mac OS(Operating System)
Mac OS(Operating System)
 

Similar to Upgrading from WinS 2008/2008 R2 to WinS 2012

Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012Harold Wong
 
Best MCSA - SQL SERVER 2012 Training Institute in Delhi
Best MCSA - SQL SERVER 2012 Training Institute in DelhiBest MCSA - SQL SERVER 2012 Training Institute in Delhi
Best MCSA - SQL SERVER 2012 Training Institute in DelhiInformation Technology
 
Wally Mead - Upgrading to system center 2012 r2 configuration manager
Wally Mead - Upgrading to system center 2012 r2 configuration managerWally Mead - Upgrading to system center 2012 r2 configuration manager
Wally Mead - Upgrading to system center 2012 r2 configuration managerNordic Infrastructure Conference
 
Microsoft Offical Course 20410C_01
Microsoft Offical Course 20410C_01Microsoft Offical Course 20410C_01
Microsoft Offical Course 20410C_01gameaxt
 
Instalacion de windows server 2012
Instalacion de windows server 2012Instalacion de windows server 2012
Instalacion de windows server 2012Salazar Jorge
 
Keynote talk on Windows 8 - Jeff Stokes
Keynote talk on Windows 8 - Jeff StokesKeynote talk on Windows 8 - Jeff Stokes
Keynote talk on Windows 8 - Jeff StokesJeff Stokes
 
70-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 201270-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 2012stowofro
 
Hyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC GroupHyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC GroupEPC Group
 
Windows Server 2012 Deploying and managing
Windows Server 2012 Deploying and managing Windows Server 2012 Deploying and managing
Windows Server 2012 Deploying and managing Napoleon NV
 
Chapter 1 Installing Windows Server 2016(1).pptx
Chapter 1 Installing Windows Server 2016(1).pptxChapter 1 Installing Windows Server 2016(1).pptx
Chapter 1 Installing Windows Server 2016(1).pptxPRAMNOORBATH1
 
Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by AtidanMicrosoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by AtidanDavid J Rosenthal
 
Microsoft Offical Course 20410C_02
Microsoft Offical Course 20410C_02Microsoft Offical Course 20410C_02
Microsoft Offical Course 20410C_02gameaxt
 
VMworld 2013: Automated Management of Tier-1 Applications on VMware
VMworld 2013: Automated Management of Tier-1 Applications on VMware VMworld 2013: Automated Management of Tier-1 Applications on VMware
VMworld 2013: Automated Management of Tier-1 Applications on VMware VMworld
 
windows server 2012 R2
windows server 2012 R2windows server 2012 R2
windows server 2012 R2Gol D Roger
 
70-412 Objectives
70-412 Objectives70-412 Objectives
70-412 Objectivespupeadra
 

Similar to Upgrading from WinS 2008/2008 R2 to WinS 2012 (20)

Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
 
Best MCSA - SQL SERVER 2012 Training Institute in Delhi
Best MCSA - SQL SERVER 2012 Training Institute in DelhiBest MCSA - SQL SERVER 2012 Training Institute in Delhi
Best MCSA - SQL SERVER 2012 Training Institute in Delhi
 
Wally Mead - Upgrading to system center 2012 r2 configuration manager
Wally Mead - Upgrading to system center 2012 r2 configuration managerWally Mead - Upgrading to system center 2012 r2 configuration manager
Wally Mead - Upgrading to system center 2012 r2 configuration manager
 
Microsoft Offical Course 20410C_01
Microsoft Offical Course 20410C_01Microsoft Offical Course 20410C_01
Microsoft Offical Course 20410C_01
 
Server 2016 sneak peek
Server 2016 sneak peekServer 2016 sneak peek
Server 2016 sneak peek
 
Instalacion de windows server 2012
Instalacion de windows server 2012Instalacion de windows server 2012
Instalacion de windows server 2012
 
Keynote talk on Windows 8 - Jeff Stokes
Keynote talk on Windows 8 - Jeff StokesKeynote talk on Windows 8 - Jeff Stokes
Keynote talk on Windows 8 - Jeff Stokes
 
70-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 201270-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 2012
 
Hyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC GroupHyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC Group
 
Mcts chapter 2
Mcts chapter 2Mcts chapter 2
Mcts chapter 2
 
20410B_01
20410B_0120410B_01
20410B_01
 
Windows Server 2012 Deploying and managing
Windows Server 2012 Deploying and managing Windows Server 2012 Deploying and managing
Windows Server 2012 Deploying and managing
 
Chapter 1 Installing Windows Server 2016(1).pptx
Chapter 1 Installing Windows Server 2016(1).pptxChapter 1 Installing Windows Server 2016(1).pptx
Chapter 1 Installing Windows Server 2016(1).pptx
 
Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by AtidanMicrosoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
 
Chapter Two.pptx
Chapter Two.pptxChapter Two.pptx
Chapter Two.pptx
 
Microsoft Offical Course 20410C_02
Microsoft Offical Course 20410C_02Microsoft Offical Course 20410C_02
Microsoft Offical Course 20410C_02
 
VMworld 2013: Automated Management of Tier-1 Applications on VMware
VMworld 2013: Automated Management of Tier-1 Applications on VMware VMworld 2013: Automated Management of Tier-1 Applications on VMware
VMworld 2013: Automated Management of Tier-1 Applications on VMware
 
windows server 2012 R2
windows server 2012 R2windows server 2012 R2
windows server 2012 R2
 
Sateesh-Resume.docx
Sateesh-Resume.docxSateesh-Resume.docx
Sateesh-Resume.docx
 
70-412 Objectives
70-412 Objectives70-412 Objectives
70-412 Objectives
 

More from iTawy Community

More from iTawy Community (8)

Introduction to Game Development
Introduction to Game DevelopmentIntroduction to Game Development
Introduction to Game Development
 
Cisco stack wise technology
Cisco stack wise technologyCisco stack wise technology
Cisco stack wise technology
 
Open Source Lecture
Open Source LectureOpen Source Lecture
Open Source Lecture
 
How to be a programmer!
How to be a programmer!How to be a programmer!
How to be a programmer!
 
MOOC
MOOCMOOC
MOOC
 
Cisco certs guide - iTawy
Cisco certs guide - iTawyCisco certs guide - iTawy
Cisco certs guide - iTawy
 
10 CES 2015 Highlights
10 CES 2015 Highlights10 CES 2015 Highlights
10 CES 2015 Highlights
 
HTML 5 - CSS 3 Arabic Book
HTML 5 - CSS 3 Arabic BookHTML 5 - CSS 3 Arabic Book
HTML 5 - CSS 3 Arabic Book
 

Recently uploaded

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 

Recently uploaded (20)

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 

Upgrading from WinS 2008/2008 R2 to WinS 2012

  • 1.
  • 2.  Why Upgrade to Windows Server 2012?  Operating System Hardware and Disk Space Requirements  Supported Windows Clients and Servers  Supported In-Place Upgrade Paths  Functional Levels, Operation Master Roles, Active Directory Considerations  Migration Tools for Windows Server 2012  Hyper-V and Virtual Machines Considerations  Summary 2
  • 3.
  • 4. Support for a modern work style • Virtual Desktop Infrastructure (VDI): simplified management and reduced cost of implementations • Optimized branch office wide area network (WAN) bandwidth use • Ability for remote users to more securely access internal resources without a virtual private network (VPN) Cost savings and increased efficiencies • Reduced storage costs with Storage Spaces and other storage enhancements • Increased server/administrator ratio through Windows PowerShell and multimachine management • Increased uptime with Cluster-Aware Updating and transparent failover Comprehensive cloud platform • Complete, built-in virtualization platform • Enterprise-class scale and performance, so you can virtualize every application • Ability to achieve business continuity with inbox disaster recovery solutions • Best-in-class hybrid cloud experience with a common set of technologies 4
  • 5.
  • 6. Expanded Processor & Memory Support for Hyper-V System Resource Maximum Number Improvement FactorWindows Server 2008 R2 Windows Server 2012 Host Logical processors on hardware 64 320 5x Physical Memory 1 TB 4 TB 4x Virtual processors per host 512 2,048 4x Virtual Machine Virtual processors per virtual machine 4 64 16x Memory per virtual machine 64 GB 1 TB 16x Active virtual machines per server 384 1,024 2.7x Cluster Nodes 16 64 4x Virtual machines 1,000 8,000 8x
  • 7. Disk Space Requirements – NTDS.DIT The drive that hosts the Active Directory database (NTDS.DIT) must have free disk space that represents at least 20% of the NTDS.DIT file before you begin the operating system upgrade. If there is insufficient free disk space on the volume, the upgrade can fail and the upgrade compatibility report returns an error indicating insufficient free disk space. Minimum OS Requirements 7
  • 8.
  • 9. 9 Below are supported domain members that work with domain controllers that run Windows Server 2012: • Client operating systems: Windows 8, Windows 7, Windows Vista, Windows XP • Server operating systems: Windows Server 2012 Windows Server 2008 R2 Windows Server 2008 Windows Server 2003 R2 Windows Server 2003 Note: Most Windows Server 2012 roles are backward compatible with other Windows Server 2008 Active Directory
  • 10.
  • 11. 11 YES – You can upgrade domain controllers that run 64-bit versions of Windows Server 2008 or Windows Server 2008 R2 to Windows Server 2012. NO - You cannot upgrade domain controllers that run Windows Server 2003 or 32-bit versions of Windows Server 2008.
  • 12.
  • 13. 13 • Windows Server 2012 requires a Windows Server 2003 forest functional level or higher. • Before you can add a DC that runs Windows Server 2012 to an existing AD forest, the forest functional level must be Windows Server 2003 or higher. • If the forest functional level is Windows 2000, the installation is also blocked.
  • 14.
  • 15. 15 Some new features in Windows Server 2012 that affect operations master roles: • The PDC emulator must be running Windows Server 2012 to support cloning virtual domain controllers. • The Relative Identifier (RID) Master has new RID issuance and monitoring functionality. The improvements include better event logging and more appropriate limits. • New security principals are created when the PDC emulator runs Windows Server 2012.
  • 16.
  • 17. 17 • CUI-based command-line installations are performed by using the ADDSDeployment Module in Windows PowerShell. • GUI-based promotions are performed in Server Manager using a completely new Active Directory Domain Services Configuration Wizard.
  • 18. 18 • To simplify the installation process, ADPREP has been integrated into the AD DS installation and runs automatically as needed. • Prerequisite checks in the AD DS Installation Wizard identify potential errors before the installation begins. • The wizard also exports a Windows PowerShell script that contains all the options that were specified during the graphical installation.
  • 19. 19 There are some tool changes related to AD DS: Deprecation of Adprep32.exe There is only one version of Adprep.exe • It can be ran as needed on 64-bit domain controllers that run Windows Server 2008 or later. The system determines this. Deprecation of Dcpromo.exe • It can still be run with an answer file and through PowerShell.
  • 20.
  • 21. 21 After you register the tools, then you can begin the migration process. Here’s a list of resources for Migration - • Migrate Active Directory Federation Services Role Services to WS 2012 • Migrate Health Registration Authority to Windows Server 2012 • Migrate Hyper-V to Windows Server 2012 • Migrate IP Configuration to Windows Server 2012 • Migrating Network Policy Server to Windows Server 2012 • Migrate Print and Document Services to Windows Server 2012 • Migrate Remote Access to Windows Server 2012 • Migrate Windows Server Update Services to Windows Server 2012
  • 22.
  • 23. Hyper-V Migration Compatibility Scenarios The stand-alone product “Microsoft Hyper-V Server” is not supported Standard, Enterprise, and Datacenter editions of Windows Server running Hyper-V are supported as either source or destination servers.
  • 24. Migrating from one Hyper-V to another The best way to upgrade your Hyper-V infrastructure is to simply blow away the current operating system, then install Server 2012 fresh on the hardware. The following steps will describe the migration process of your virtual machines without upgrading the OS in place. Here are some really important file locations we need to take note of: • VM Config (XML) files • VM Data (VHD) files • VM Snapshot (XML) pointer files It’s wise to remove, revert, or apply all snapshots prior to proceeding (depending on the individual sizes for bandwidth considerations during the copy process) however it is not required.
  • 25. Consolidating Folder Locations • Hyper-V in Windows 2012 has a simplified the folder structure • Backup the 2008R2 VMs , consolidate the folders on Windows Server 2012 • Move our “Virtual Machines” folder to a LUN or external disk 2008 R2 Default Locations Config and Snapshot Subfolders Hard Disk Subfolders Create your folders on WS2012 then move the file to the locationsProgramDataMicrosoftWindowsHyper-V %Profile%DocumentsHyper-VVirtual hard disks
  • 26. Improved VM Import The New VM Import feature: • Performs configuration validation during import process • No need to export first! Can manually copy VM files between hosts and then import them • Improved Import wizard – Validates Configurations During Import Process Launch Hyper-V Manager Select Import Virtual Machine
  • 27. The Import Process (GUI Based) Browse to the location where the Virtual Machine files reside, Click on Select Folder, Click Next
  • 28. All Virtual Machines available for Import will show up for selection, highlight the VM to be imported and click Next The Import Process (GUI Based)
  • 29. Register – Assumes that all files exist in this consolidated folder and that the files will continue forward residing in this folder Restore – Registers the VM configuration files in their current location and copies the other necessary files to new location Copy – Copies all VM files to a new location for the VM to continue forward running in the new location Register, Restore, or Copy?
  • 30. Selecting the Virtual Switch(Network) • Select the proper Virtual Switch for this Virtual Machine’s network card • Multiple virtual NICs will continue to prompt for the proper switches until all have been allocated
  • 31. Complete the Import Process Summary Page is presented, click Finish
  • 33. Importing the VMs via PowerShell First make sure the Hyper-V module is loaded: Import-Module Hyper-V Change directory to Virtual Machines dir -Recurse *.xml | Compare-VM $results = Compare-VM -Path 'C:Virtual MachinesVirtual Machines6291C38F-ED6F-484B-BE20-D91723039C2F.xml' $results.Incompatibilities[0].Source | Connect-VMNetworkAdapter -SwitchName "External" $results.Incompatibilities[1].Source | Connect-VMNetworkAdapter -SwitchName "wireless external" Import-VM -CompatibilityReport $results Name State CPUUsage(%) MemoryAssigned(M) Uptime Status ---- ----- ----------- ----------------- ------ ------ fileserver2008 Off 0 0 00:00:00 Operating normally
  • 34. Cluster Migration Considerations • Build a new cluster. • Migrate the VMs via the Migration Tool. • All new features going forward will support Live Migration.
  • 35.  Ensure you have the proper hardware and enough room for the NTDS.DIT before you upgrade  You cannot upgrade Windows Server 2003 or Windows Server 2008 32-bit to Windows Server 2012  Out of the 4 editions, only the AD DS role is supported on Windows Server 2012 Standard and Datacenter Editions  Make sure and review the considerations around the Functional Levels, Operation Master Roles, Active Directory, Hyper-V and Virtual Machines when upgrading  For more resources around upgrading to Windows Server 2012, visit http://technet.microsoft.com/en-us/library/hh994618.aspx 35
  • 36. Get the evaluation 36 Microsoft Server and Cloud Platform: http://aka.ms/hwws2012 http://aka.ms/hwsc2012 Microsoft Learning: http://www.microsoft.com/learning/en/us/default.aspx#f bid=Gp5a9_ahz5M Microsoft Virtual Academy: http://aka.ms/microsoftacademy Get certified Get trained