pátek 21. prosince 2012

PowerShell - Live Migration

In this example:
  • Name of VM: File Server 1
  • Name of target Hyper-V host: HostB
  • Destination folder for VM files: J:\Virtual Machines\File Server 1
Windows PowerShell: cmdlet: Move-VM
Move-VM "File Server 1" "HostB" -IncludeStorage –DestinationStoragePath "J:\Virtual Machines\File Server 1"

Žádné komentáře:

Okomentovat