Short post here, went to manage a VM and when opening it’s console windows was presented with a skewed image of the Guest VM OS console:
PowerShell to check the resolution:
Get-DisplayResolution
and then change it:
Set-DisplayResolution -Width 1280 -Height 800 -Force