Catégorie : Microsoft

Test Lab Guide: Windows Server 2012 R2 Hyper-V Network Virtualization with System Center 2012 R2 VMM

Hi !

Microsoft a publié son premier guide « step by step » afin de construire un laboratoire de test pour vous aider à apprendre et évaluer virtualisation Hyper-V Network, en utilisant les technologies :
• Windows Server 2012 R2
• Windows Server 2012 Hyper-V
• System Center 2012 R2 – Virtual Machine Manager

lab_guide_r2

Lien: http://www.microsoft.com/en-us/download/confirmation.aspx?id=39284

Convertir VHD / VHDX avec PowerShell

Hello 🙂 !

Aujourd’hui je vais vous présenter une astuce pour convertir vos disques vhd en vhdx et vos disques vhdx en vhd.

Le VHDX est un nouveau format introduit par la nouvelle version HyperV 3, pour rappel ce nouveau format est capable de supporter des disques de 64To.

VHD to VHDX:

Convert-VHD –Path d:\VM01\Disk0.vhd –DestinationPath d:\VM01\Disk0.vhdx

set-vhd d:\VM01\Disk0.vhdx -PhysicalSectorSizeBytes 4096

powershell

VHDX to VHD:

set-vhd d:\VM01\Disk0.vhdx -PhysicalSectorSizeBytes 512

Convert-VHD –Path d:\VM01\Disk0.vhdx –DestinationPath d:\VM01\Disk0.vhd

 

Source: http://technet.microsoft.com/en-us/library/hh848454.aspx

Windows 8.1, Windows Server 2012 R2 dispo en RTM !

Hello,

Aujourdhui un billet « flash », Microsoft vient de mettre à disposition de ses abonnés MSDN / Technet, les produits suivants:

  • Windows 8.1 RTM
  • Windows 8.1 Pro RTM
  • Windows Server 2012 R2 RTM
  • Visual Studio 2013 Release Candidate

L’édition de Windows 8.1 Entreprise RTM devrait arriver d’ici peu de temps … 🙂

http://blogs.msdn.com/b/stevengu/archive/2013/09/09/download-windows-8-1-rtm-visual-studio-2013-rc-and-windows-server-2012-r2-rtm-today.aspx