mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Add some VM scripts
This commit is contained in:
3
scripts/move-vm.ps1
Normal file
3
scripts/move-vm.ps1
Normal file
@ -0,0 +1,3 @@
|
||||
$VMName = "windows"
|
||||
Move-VM $VMName HOST2 -IncludeStorage -DestinationStoragePath "D:\VirtualMachines\$VMName"
|
||||
exit 0 # success
|
Reference in New Issue
Block a user