I moved your question from VMware ESXi 5 to VMware vSphere™ PowerCLI.
You should specify the name with wich the host is known in the vCenter server. Something like:
Get-VM -Name vCenter | Move-VM -Destination (Get-VMHost -Name NewHost,yourdomain.com)