Na consola do Hyper-V pode ser difícil de verrificar o estado das máquinas virtuais sincronizadas, uma vez que na coluna Status desaparece passado algum tempo.
Podem no entanto usar o seguinte comando na PowerShell:
Get-VMReplication
Get-VMReplication
$vm = "Nome da VM"
(get-vm $vm|Get-VMFirmware).BootOrder
Get-VM $vm|Get-VMFirmware|ForEach {Set-VMFirmware -BootOrder ($_.Bootorder | ? {$_.BootType -ne 'File'}) $_}
"The source file name(s) are larger than is supported by the file system. Try moving to a location which has a shorter path name, or try renaming to shorter name(s) before attempting this operation."