How many VMs Can be exported at the same time

Ahmed Essam 211 Reputation points
2021-03-30T06:53:39.573+00:00

Hello,

I'm just asking how many VMs Can be exported at the same time. We need to migrate about 33 vm from Hyper-V cluster to another Hyper-V cluster in another site with no any direct connection between the two sites

So I will use export/import feature

Can I export multiple VMs or it will affect the performance of the running VMs

Thanks

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-03-30T15:50:02.593+00:00

    You can do
    Get-VM | Export-VM -Path D:\
    https://learn.microsoft.com/en-us/powershell/module/hyper-v/export-vm?view=windowsserver2019-ps

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  2. Xiaowei He 9,941 Reputation points
    2021-03-31T08:08:19.923+00:00

    Hi,

    Exporting/Importing vhds would increase the IOPS of the disk, which probably would affect the performance of the running VMs. If you’re using high-performance disks (for example, SSDs) on the host, you make not feel much influence.

    Given that there’re 33 VMs in total, which is a large number, I would suggest that you do the export separately. You could try to export 5 VMs at a time, so that the running VMs wouldn’t get affected too much.

    If you have any other concerns, please feel free to contact me anytime.

    Thanks for your time!
    Best Regards,
    Anne

    -----------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.