Appearance
Vm
param([string]$VMName = "windows") Move-VM $VMName HOST2 -IncludeStorage -DestinationStoragePath "D:\VirtualMachines\$VMName" exit 0 # success
string