Monday, August 5, 2013

Hello Hyper-V – Network Boot installation

Windows server provides Hyper-V environment to create virtual machines.  There are some settings we need to aware while using Hyper-V first time.  The Hyper-V feature is not enabled by default, if you try to get connect to Hyper-V Manager to managed local Hyper-V, you will get following error.

image

You need to switch on the Hyper-V feature using Windows Features On Off screen.  Make sure the BIOS level Enable Hyper-v feature is enable otherwise you cannot enable Hyper-V platform feature

image

If you need to install operating system from network boot, that is the default for most of the corporate IT world, you need to configured the virtual network for the VM.

image

You can select the External,  If you want to know details of other options check this link.  This is Virtual machine setting needs to be done Hyper-V level.

image

image

Also make sure when you boot from network you have, Integration Services Desk installed in the VM.

image

Thanks to Rafael who helped me keep going in Hyper-V.

Teams PowerShell

 The PowerShell helps to get quick meta data around Teams. Install-Module -Name MicrosoftTeams Connect-MicrosoftTeams Get-TeamAllChannel...