CDP-B354 Advantages of Upgrading Your Private Cloud Infrastructure in the Next Release of Windows Server
Update-VMConfigurationVersion
Set-VMFirmware "VMName" -SecureBootTemplate MicrosoftWindows
Set-VMFirmware "Ubuntu" -SecureBootTemplate MicrosoftUEFICertificateAuthority CDP-B233 Virtualizing Linux and FreeBSD Workloads on the Next Release of Windows Server Hyper-V
CDP-B323 Delivering Predictable Storage Performance with Storage Quality of Service in the Next Release of Windows Server
CDP-B318 Building Scalable and Reliable Backup Solutions in the Next Release of Windows Server Hyper-V
Set-VMReplication "VMName" -ReplicatedDisks (Get-VMHardDiskDrive "VMName")
Add-VMNetworkAdapter -VMName “TestVM" -SwitchName "Virtual Switch" -Name "Fred" -Passthru | Set-VMNetworkAdapter -DeviceNaming on Add-VMNetworkAdapter -VMName “TestVM" -SwitchName "Virtual Switch" -Name "Fred" -Passthru | Set-VMNetworkAdapter -DeviceNaming on Get-NetAdapterAdvancedProperty | ?{$_.DisplayName -eq "Hyper-V Network Adapter Name"} | select Name, DisplayValue
get-vm | ?{$_.heartbeat -eq "OKApplicationsUnknown"} | Disable-VMIntegrationService "Heartbeat"