Does that work when you something similar to this?
Note, that is an example, not a complete vMotion script
$vm=Get-VM-NameMyVM-Servervc1
$destination=Get-Cluster-NameMyCluster-Servervc2
Move-VM-VM$vm-Destination$destination
Does that work when you something similar to this?
Note, that is an example, not a complete vMotion script
$vm=Get-VM-NameMyVM-Servervc1
$destination=Get-Cluster-NameMyCluster-Servervc2
Move-VM-VM$vm-Destination$destination