Windows Virtual Desktop - Add another server

Stavros Mitchell 21 Reputation points
2021-02-16T19:29:33.707+00:00

Hey everyone,

I have a client that had VDI in place for a year so prior to the new spring edition. He currently has 1 vm and needs to add one more for perfomance. The problem is he has no base image. They installed all the application on the vdi itself. Is there any way to clone everything to the next vm without him getting all his developers to re do the installation.

thanks for the help

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,929 questions
Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,553 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Andreas Baumgarten 110.2K Reputation points MVP
    2021-02-16T19:54:18.787+00:00

    HI @Stavros Mitchell ,

    It should be possible but needs some work/steps:

    • Create a snapshot of the VM's disk(s)
    • Shutdown the VM
    • Create a new VM based on the snapshot
    • Start the clone and sysprep/generalise the cloned machine
    • Create a new VM based on the generalised image
    • Start the original/first VM

    Sources:
    https://gennaromigliaccio.com/how-to-duplicate-an-azure-virtual-machine
    https://learn.microsoft.com/en-us/azure/virtual-machines/windows/capture-image-resource

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments

Your answer

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