Hyper-V Live Migration error: “The operation is not supported”

Issue When you run the Hyper-V Live migration or move the storage location of the VM on the Stand-Alone Hyper-V server (Not Cluster), you got the following error: And In the Hyper-V-VMMS event log, there is the following entry: Log Name: Microsoft-Windows-Hyper-V-VMMS-Admin Source: Microsoft-Windows-Hyper-V-VMMS Date: 7/29/2019 12:07:42 PM Event ID: 20923 Task Category: None Level: … Read more

Change Guest VM IP from Hyper-V Host

PowerShell

Since Windows Server 2012, Microsoft introduces the ability to change or inject IP configuration of Guest VM from its HyperV host. This feature is using Msvm_GuestNetworkAdapterConfiguration class. Below is the PowerShell Script from itprotoday to change/inject the Guest VM IP. Replace the name of the VM as needed and the IP configuration. If you want … Read more

Enable DHCP Server Logging on Windows Server 2019

DHCP Server

Problem Sometimes, You want to enable DHCP Server logging to monitor the DHCP server to track down the issue you have. Solution Using PowerShell Command You can enable the DHCP Server log using Set-DhcpServerAuditLog CmdLet. The Set-DhcpServerAuditLog cmdlet sets the Dynamic Host Configuration Protocol (DHCP) server service audit log configuration on the DHCP server service that runs … Read more