Not sure if this is the right place or not to post this issue.
But We’re migrating over 110 VM from one data center to another.
according to PowerCLI Help, I am using
$DestRP = Get-Cluster -name $clustername | Get-ResourcePool -name $resourcepool
$DestDS = Get-Datastore -name $dataStore
Move-VM -vm $vmname -Destination $DestRP -DataStore $DestDS
Then I get this Error. Destination container must be in the same DataCenter
CategoryInfo : InvalidArgument: (Resources:ResourcePoolIMPL) [Move-VM], VimExcption