Skip to content

Instantly share code, notes, and snippets.

@nshores
Created May 14, 2018 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nshores/53e1fe8963f451aba17656c0c8c60e1b to your computer and use it in GitHub Desktop.
Save nshores/53e1fe8963f451aba17656c0c8c60e1b to your computer and use it in GitHub Desktop.
move_vm
connect-viserver rmivc.rci.local
$vmlist = "rmiacct","rmifiles1"
foreach ($vm in $vmlist) {get-vm $vm | move-vm -Destination NS2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment