Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1.  
  2. PowerCLI C:\> Get-VM -name NRFVORION1 | move-vm -destination 10.40.0.56
  3. move-vm : 9/29/2016 2:38:48 PM Move-VM Destination container must be
  4. in the same Datacenter.
  5. At line:1 char:28
  6. + Get-VM -name NRFVORION1 | move-vm -destination 10.40.0.56
  7. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8. + CategoryInfo : InvalidArgument: (10.40.0.56:VMHostImpl) [Move-V
  9. M], VimException
  10. + FullyQualifiedErrorId : Client20_VmHostServiceImpl_CheckMoveVmParameters
  11. _InvalidDatacenter,VMware.VimAutomation.ViCore.Cmdlets.Commands.MoveVM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement