Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the post-smtp domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/cloudrun.co.uk/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the breadcrumb-navxt domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/cloudrun.co.uk/public_html/wp-includes/functions.php on line 6114
Automatic Virtual Machine Activation (AVMA) on Windows Server 2012 R2 Datacenter – Cloudrun

Automatic Virtual Machine Activation (AVMA) on Windows Server 2012 R2 Datacenter

Windows Server Blue logo

Automatic Virtual Machine Activation (AVMA) is a new feature in Windows Server 2012 R2 which allows you to activate guest virtual machines automatically, when you have a Hyper-V host that is running Windows Server 2012 R2 Datacenter. This is a pretty awesome feature, especially in a test lab environment when you may have a Technet (RIP) or MSDN Datacenter product key, and don’t want to use up all of your activations on temporary guests. This is how I manage my lab at home, which consists of 2 HP Microservers with 16GB of RAM in each:

  • Install your Hyper-V hosts with Windows Server 2012 R2 Datacenter and activate using a valid key
  • Add the Hyper-V role
  • Install guests running one of the following Operating Systems:
    • Windows Server 2012 R2 Datacenter
    • Windows Server 2012 R2 Standard
    • Windows Server 2012 R2 Essentials
  • During setup, either paste in the key below or add it to your unattend files
  • When you logon, you will find that Windows is already activated!
  • Note that you could also do this after installation, if you skipped entering a key during setup (see this post on how to do that), either entering it manually when activating, or use slmgr /ipk <AVMA_key>

These are the keys that Microsoft provide for use with AVMA:

Edition AVMA key
Datacenter Y4TGP-NPTV9-HTC2H-7MGQ3-DV4TW
Standard DBGBW-NPF86-BJVTX-K3WKJ-MTB6V
Essentials K2XGM-NMBT3-2R6Q8-WF2FK-P36R2

 

In my lab setup, I run sysprep on the first VM that I create, generalise and shut it down, and then create further VMs using a differencing disk with this as the master. This saves a lot of disk space. All the VMs using this template are then activated automatically with no further configuration required.

See http://technet.microsoft.com/en-us/library/dn303421.aspx for more information.

Posted in Hyper-V, Server

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.