mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-22 07:53:21 +01:00
3 lines
132 B
PowerShell
Executable File
3 lines
132 B
PowerShell
Executable File
$VMName = "windows"
|
|
Move-VM $VMName HOST2 -IncludeStorage -DestinationStoragePath "D:\VirtualMachines\$VMName"
|
|
exit 0 # success |