Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Network | Monitoring » How to Create VDI Collections on Windows Server 2022

How to Create VDI Collections on Windows Server 2022

Posted on 25/11/202329/01/2024 Imoh Etuk By Imoh Etuk 6 Comments on How to Create VDI Collections on Windows Server 2022
Hyper-V-Virtual-Switch-Copy

In this post, I will show you how to create VDI collections on Windows Server 2022. VDI, which stands for Virtual Desktop Infrastructure, is a technology that enables users to access a virtualized desktop environment hosted on a remote server or data centre. VDI users can access these resources remotely through a network connection. Please see The following servers in this deployment are not part of the deployment Pool: Create an RDS Session Host and Collection.

The differences between virtual desktop infrastructure (VDI) and Remote Desktop Environment are as follows:

In the VDI setup, there an isolated environment made available to the user. In the RDS setup, a remote desktop host server will provide a shared environment to several users who will connect to the same server and therefore share resources (CPU, RAM, etc.).

A virtual machine is started and dedicated to the user in VDI infrastructure. This makes each VDI user to have access to dedicated resources and uses a Desktop version of Windows like Windows 10. 

Virtualization is based on Hyper-V and the connection for the RDS Server is made through the Windows RDP client.

Deploying a VDI environment requires that you add the remote desktop services role using the virtual machine-based deployment option. Add a hyper-v role to be added and create a template in the hyper-v manager also. The template is what you will use to deploy the VDI. After creating the hyper-v template, you need to ensure that there internet connection. See how to Create Hyper-V Virtual Switch for your hyper-v template.

Creating a VDI Collection on Windows Server 2022

As with remote desktop host servers, you must create a collection to provision virtual desktops (VDI). If you have met all the prerequisites stated above, now is the time to create a collection. To do this follow the below steps:

You can read more about RDS in these previous posts, How to install RDS via Quick Start , determine the Remote Desktop Client Version and Remove a Remote Desktop Service collection.

Step 1 Open to the RDS console in the Server Manager Dashboard

1-Click-on-RDS
Accessing RDS Console

Step 2 – Select “Collections” and then “Tasks” from the right side of the screen and click on "Create Virtual Desktop Collections"

2-create-rds-vdi-collections
Creating VDI Collections

Step 3 – On the before you begin screen, click “Next” to continue

3-click-on-next
Creating VDI Collections

Please see How to Set a Static IP Address in Windows 11, how to Remove Remote Desktop Services Role on Windows Server, and How to add and remove RDS Collection.

Step 4 – Specify a unique name for your VDI

4-specify-the-collection-name
Specifying VDI Name

Step 5 – On the Collection Type, specify the type as ” Pooled virtual desktop collection” and click on Next to continue.

5-specify-collection-type
Specifying the Collection Type

Step 6 – On the Virtual Desktop Template tab, pick the template you created previously and click on “Next” to continue.

6-select-your-template
Specifying the VDI Template

Step 7 – On the Virtual desktop setting tab, select “Provide unattended installation settings” and click on “Next” to continue.

7-specify-the-vd-settings
Specifying VD Settings

Step 8 – On the Unattended Settings tab, specify your time zone, Active Direct and the AD DS organizational Unit that you want to drop your VM

8-specify-the-unattended-installation-settings-1
Specifying VD Settings

Step 9 – Specify the number of Virtual Desktops to be created

9-specify-users-and-user-groups
Specify the number of Virtual Desktops

Step 10 – Review the number of Virtual desktop allocations and click on “Next” to continue

10-specify-virtual-desktop-allocation
Specify the number of virtual desktop allocation

Specify Virtual Desktop Storage

Step 11 – Specify Virtual Desktop Storage and click on "Next" to continue

11-choose-the-default-location
Specifying Virtual Desktop Storage

Step 12: You may choose to enable the user profile disk and point the storage to a NAS storage or uncheck the “Enable user profiles disks” and continue.

12-specify-user-profile-disks
Specifying Iser Profile Disks

Step 13: Confirm selections and click on “Create”

13-confirm-selections
Confirming the VDI Selection

Step 14: On the deployment progress page, serve yourself some coffee and relax for it to complete.

14-virtual-desktop-deployment-in-progress

Feel free to close this window as well.

15-close-the-progress-windows-and-allow-it-create-on-the-background

You can choose to close this dialogue box and check progress in the deployment details screen.

Step 15: Check the Task status details on the collections tab

17-pending vdi status

Step 16: The VDI now changes from pending to creating and complete

18-creation still in progress

Virtual Desktop has been created

19-VDI-Deployment-Successful

After deploying your VDI, the VM will be accessible by users via a fully qualified domain name that looks similar to <YourServerName.YourDomainName.com>

20-full-vdi-vm
VDI VM

In this post, you have learned the step-by-step guide on how to create a fully functional Virtual Desktop infrastructure (VDI) environment for your workspace.

I hope you found the post on how to Create VDI Collections on Windows Server 2022 useful. Please feel free to leave a comment below.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Network | Monitoring, Virtualization, Web Server, Windows, Windows Server

Post navigation

Previous Post: How to create a self-signed cert via IIS
Next Post: How to Disable Hardware Acceleration in Browsers and Windows

Related Posts

  • Slide1
    Configure Desktop Wallpaper and Screen Saver Management via GPO Windows
  • Windows 10 logo wmskill.com
    Handy Shutdown commands available in Windows Windows
  • Domain
    Connectivity to a writable domain controller from a node could not be determined because of an error Virtualization
  • scandium
    How to Test Web Applications Using Scandium Configuration Management Tool
  • Install FileZilla Client
    FileZilla Client on Mac: How to Transfer Files to WordPress via SFTP Mac
  • Why you should not Upgrade Windows on an ePO Server
    Why you should not Upgrade Windows on an ePO Server Windows Server

More Related Articles

Slide1 Configure Desktop Wallpaper and Screen Saver Management via GPO Windows
Windows 10 logo wmskill.com Handy Shutdown commands available in Windows Windows
Domain Connectivity to a writable domain controller from a node could not be determined because of an error Virtualization
scandium How to Test Web Applications Using Scandium Configuration Management Tool
Install FileZilla Client FileZilla Client on Mac: How to Transfer Files to WordPress via SFTP Mac
Why you should not Upgrade Windows on an ePO Server Why you should not Upgrade Windows on an ePO Server Windows Server

Comments (6) on “How to Create VDI Collections on Windows Server 2022”

  1. Avatar photo Mathieu says:
    29/01/2024 at 6:03 PM

    Good morning,
    Very interesting article! However I encounter a problem, I want to create a VDI Collection with Windows 11 as a template. After SYSPREP, when creating the collection, the templates are empty… Do you have an idea to solve my problem?

    PS: I try with Windows 10 pro and entreprise too, it’s same.

    Thanks !

    Log in to Reply
    1. E Imoh1 Imoh Etuk says:
      29/01/2024 at 7:21 PM

      Hello Mathieu,

      Thank you for your comments. Sorry for the experience you are having. Have you tried running Sysprep in GUI mode? That’s to run “sysprep.exe,” press the Enter key, and then select the options from the drop-down menu. If the problem persists, you may consider reloading the OS. Overall, Sysprep works perfectly with Windows 10 Pro 22H2.

      Log in to Reply
      1. Avatar photo Mathieu says:
        29/01/2024 at 10:57 PM

        Thank you for your prompt response !

        Indeed, I tried SYSPREP with the GUI interface, with PowerShell and finally with CMD on the three OS mentioned in my first comment. Nothing works… I feel like I’ve tried everything (even reinstalled Win Server 2022…). I’ve been trying to figure out where my problem is coming from for three days.

        I try tommoro with 10 22H2. I’ll keep you informed 🙂

        Thanks again !!

      2. E Imoh1 Imoh Etuk says:
        10/02/2024 at 4:29 PM

        Hi Mathieu,

        I trust you’re doing great today.

        I am checking to see if you have been able to resolve this issue.

      3. Avatar photo Siddeek says:
        01/04/2024 at 6:13 PM

        Good Day,

        Open dos command under administrator privilege, navigate to the Syspreg directory and execute the following command:

        sysprep.exe /oobe /generalize /mode:vm /shutdown

        This always work for me, if any failures , check the setupact.log in the Sysprep/Panther directory.

        It will indicate where the errors occurred during the sysprep process.

      4. chris Christian says:
        01/04/2024 at 9:27 PM

        Thank you for sharing with the community!

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Prevent Windows from Saving RDP Connection
    Prevent Windows from Saving RDP Connection History Windows
  • 1237968 3d79
    How to perform sysprep in Windows Windows
  • powershell01
    How to add servers to the Trusted Hosts list Scripts
  • powershell
    Set PowerShell Execution Policy via Windows Settings Windows
  • DNS
    DNS uses TCP and UDP Network | Monitoring
  • mgithub
    How to use Command-Line on Git Bash and GitHub Desktop to PUSH local code to GitHub Version Control System
  • GetScreen796zg65
    Getscreen.me: Flexible Remote Access Software For Customer Support Reviews
  • M365 Users
    Manage MS365 Accounts with PowerShell Microsoft Exchange/Office/365

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,811 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.