rjmccallumbigl / Azure-PowerShell---Copy-OS-Disk-to-another-VM-as-a-Data-Disk

Copy OS Disk from one VM to another VM as a Data Disk. Removes data disk on destination VM prior to attaching new disk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure-PowerShell---Copy-OS-Disk-to-another-VM-as-a-Data-Disk

Copy OS Disk from one VM to another VM as a Data Disk. Removes data disk on destination VM prior to attaching new disk.

Required: update the $sourceResourceGroupName, $sourceVmName, $rescueVmName, and $targetResourceGroupName.

About

Copy OS Disk from one VM to another VM as a Data Disk. Removes data disk on destination VM prior to attaching new disk.

License:MIT License


Languages

Language:PowerShell 100.0%