Category: Microsoft

MCT Summit UK 2025 Recap
I’m sad the MCT Summit 2025 is over, but excited to see where the next one will take us. Read my learnings from the two-day summit directly from Manchester, UK.

How to manage your Hyper-V VMs using web interface
Hyper-V server and web console sound a bit odd. In this article, I’ll break a myth. I show how to manage your Hyper-V VMs using HV Manager. HV Manager provides Hyper-V functionalities over the web interface.

How to migrate a virtual machine from Windows to Hyper-V Server
The Hyper-V client is available since Windows 8. It is commonly used for testing or lab purposes. Check how to export virtual machine from Windows 8/8.1/10/11 and import to Windows Server or Hyper-V Server 2012R2/2016/2019 and 2022.

Microsoft Hyper-V Virtual Switch Configuration
Hyper-V supports three virtual network switches that enable connecting your host and virtual machines to the rest of the network. They are external, internal and private virtual switches. Learn more about how do they work.

Domain Controllers affected by Remote Code Execution Vulnerability CVE-2021-34527
All Windows machines are affected by the new remote execution vulnerability CVE-2021-34527. Disable Print Spooler, disallow incoming connections and reduce group membership.

How to Enable Nested Virtualization in Hyper-V Server
Do you know what you can run hypervisor within the virtual machine that is hosted on the hypervisor? Yes, it is possible. It doesn’t work by default, but you’ll need to do some configuration on our Hyper-V Server.

Windows Server Backup: Configure Email Notifications
Windows Server Backup doesn’t natively support SMTP, but by combining it with Task Scheduler and PowerShell script we can trigger email notification if backup jobs succeed or fail. Learn more on how to do it.

How to encrypt system partition by using BitLocker without TPM
It is highly recommended to encrypt your disk(s) and protect your data from unauthorized access. We can do it by using BitLocker which comes integrated into Windows.

How to create a bootable WinPE in Windows
One of the solutions that have helped me to configure and troubleshoot Windows is WinPE (Windows Preinstallation Environment). WinPE is a small operating system use to install, deploy, and repair Windows clients and Windows Servers.

How to create VM in Hyper-V using PowerShell
Hyper-V virtual machines can be created using the Hyper-V Manager or PowerShell. In this article, we will use a set of commands and create a virtual machine via PowerShell.