fbpx Sharing of Hands on Set up Windows Virtual Desktop (WVD) | Superhub

This website is using cookies.

We use only non-persistent cookies that are essential for the normal functionality of the site. No personal data are stored in our cookies.

Hi Folks,

In this post, I would like to share a quick review and setup guide of Windows Virtual Desktop (WVD) on Azure.

 

What is Windows Virtual Desktop?

Microsoft announced the Windows Virtual Desktop’s General Availability (GA) in September 2019 which allow customers to deploy and scale virtual Windows desktops and apps on Azure. We can deploy the multi-session Windows 10 or Windows Server 2016 / 2019. Or, we can use our own Window 7 custom images with 3-years extended support on Azure.

Microsoft offers similar virtual desktop solutions back to release of Microsoft Windows Server 2012. Most of the customers deployed the remote desktop solution locally at that time. And to the year 2020, with the aid of cloud computing, no matter of both infrastructure/deployment methods, there is a huge change when we are comparing the traditional one.

To cloud-based WVD, Microsoft has revamped the whole infrastructure roles by leveraging different Azure PAAS Service. [for example, Azure SQL Server for RD Connection broker, traffic manager for RD Web, etc]. And thanks to Azure PAAS service, they made the whole solution becoming more economical, reliable and easy to deploy.

Let us go through some basic prerequisites to setup the WVD on Azure first.

Prerequisites

–        Microsoft 365 E3 / E5 Licenses

–        Active Microsoft Azure Subscription

–        User accounts – Nominate WVD Tenant Creator and some test host pool users

–        Directory Service – You can leverage or select, Azure AD, Place a DC VM on Azure, Azure AD Domain Service, on-premise DC with Site-To-Site (S2S) VPN Connection

         to Azure. The Azure VM for WVD can be AD-joined or hybrid AD-joined (BUT NOT AZURE AD-joined)

For the testing purpose, I have simply created a DC virtual machine on Azure and pointed the DNS of the Azure Network to this DC. Also, I have setup the Microsoft Azure AD Connect with Password Hash Sync to synchronize all local AD users to Azure AD.

** Please kindly remind that, the WVD MUST be able to connect to DC server for the setup too. **

 

setup the Microsoft Azure AD Connect with Password Hash Sync   DNS of the Azure Network

 

Setup Steps

First, let us download and install Windows Virtual Desktop PowerShell module on any computers.

Launch PowerShell as administrator and run

Install-Module -Name Microsoft.RDInfra.RDPowerShell

Then import the module:

Import-Module -Name Microsoft.RDInfra.RDPowerShell

Windows PowerShell

 

After the required PowerShell module has been installed successfully, let us move to Azure portal and a continue the setup of Windows Virtual Desktop Service.

When we come back to Azure portal, the first thing that we need to do is to copy the tenant ID. This is used to allow Windows Virtual Desktop Service to access the Azure AD tenant in the next step. You can search a keyword called “Azure Active Directory” on Azure portal and you can access the following page to copy the tenant ID.

 

Azure Active Directory

 

Now, navigate to https://rdweb.wvd.microsoft.com (this is Windows Virtual Desktop services). Add your tenant ID, select Consent Option as Server App and click submit.

 

Windows Virtual Desktop Consent Option

 

Click Accept and grant the permission

 

 

The permission is granted successfully when you see the page below:

 

Permission Successfully

 

Navigate to https://rdweb.wvd.microsoft.com again. Add your tenant ID, Select Consent Option as Client App this time and click submit.

 

 

Click Accept and grant the permission again

 

 

The permission has been successfully granted once again when you see the page below:

 

 

To the next step, we need to grant a user with the appropriate right (TenantCreator Role) to create a Windows Virtual Desktop tenant.

 

Navigate to Azure Active Directory and select Enterprise Applications

 

 

Under Enterprise Applications, Select Windows Virtual Desktop

 

 

Under Windows Virtual Desktop, Select Users and groups

 

 

Select the desired user who should come with “TenantCreator” role and click Assign

 

 

After we have assigned a user with TenantCreator role, we can start creating the Windows Virtual Desktop Tenant. Sign into Windows Virtual Desktop by using the user account with TenantCreater role by running the following PowerShell Command

Add-RdsAccount -DeploymentUrl https://rdbroker.wvd.microsoft.com

 

 

Create a new Windows Virtual Desktop tenant associated with the Azure Active Directory tenant by using the following PowerShell Commands

New-RdsTenant -Name <TenantName> -AadTenantId <DirectoryID> -AzureSubscriptionId <SubscriptionID>

<Tenant name> can be any names that you would like to have. In my testing environment, I would like to call the VDI tenant as “Superhubvdidemo”. So, the whole PowerShell command will be “New-RdsTenant -Name superhubvdidemo -AadTenantId cb910523-580e-4af0-b2ba-c242ad3a9a16 -AzureSubscriptionId 7b07fcb7-8d08-4c64-b366-f12f2e2ab2ca”

 

 

The Windows Virtual Desktop tenant has been created successfully.

 

After we have created the Windows Virtual Desktop tenant via PowerShell commands, let us deploy the host pool of virtual desktops on Microsoft Azure.

Let us go back to Azure Portal, browse to “MarketPlace” and Search for “Windows Virtual Desktop”

 

 

Click Create under the Windows Virtual Desktop – Provision a host pool Wizard

 

 

Under the project details wizard, select the appropriate Azure license and configuration options.

 

 

–        As I have created a resource group called superhubvdidemo and place the Azure DC VM there. So, I will reuse the same resource group for the WVD machines.

 

–        Desktop Type – Pooled is for “Session-Host” experience and this is the option that I have selected. If you want to delete WVD for one / specific user (for example, boss or

          senior management staffs), you should go for personal instead.

 

–       Default desktop users – Input any users that you would like to allow the access to WVD. Also, please kindly be reminded that, you have to input the user who comes with

         TenantCreator role too. It will not be added automatically.

 

To the following configuration, you can start configuring the right VM size and numbers of VM(s) on your WVD pool. You should decide the sizing base on the total number of users and the corresponding workloads on Azure.

 

 

To the next configuration, I have configured the following settings.

 

 

If you have your own customized image, you can also upload the VHD to Azure first and then, select blob storage for using the uploaded image to create the WVD.

And finally, we can configure the Windows Virtual Desktop tenant information.

 

 

Regarding on the Windows Virtual Desktop tenant name, as I have already configured it via PowerShell before, so I will keep the same tenant name.

And to the Windows Virtual Desktop Tenant RDS Owner, it should be the user who comes with TenantCreator role.

 

Review all the settings once again. If everything is OKAY, click create and the WVD will be deployed on Azure automatically.

 

 

Viola! The Azure WVD deployed successfully.

 

 

The WVD has joined to the local domain successfully.

 

 

Let us try out the Azure WVD.

There are two ways to connect to the Azure WVD and the first one is via the Remote Desktop Client. And you can download the client from http://aka.ms/wvd/clients/windows

Let us install the Remote Desktop Client quickly and connect to the Azure WVD.

 

   

 

   

 

The installation is very simple (Simply next, next and next). And let us try to connect to Azure WVD via the client now.

Let us login the Azure WVD by providing the login ID and password.

 

 

After we have logined successfully, the corresponding user will find the Azure WVD pool.

 

 

Let us double click and login the Azure WVD successfully.

 

 

We can also access the Azure WVD by web access. Let us browse to https://rdweb.wvd.microsoft.com/webclient/index.html and review the results too.

A similar Azure WVD pool has been shown (similar to Remote Desktop Client)

 

 

The Azure WVD is displaying via browsers! 

 

Superhub
Font Size:
  • A
  • A
  • A
  • Support
  • Web Mail
EN
  • #worksmarter with Superhub
  • 202111_Barracuda_Campaign_Terms&Conditions
  • 3HK Teams Offer
  • 5 New Ways to Achieve More in the Modern Workplace
  • Biz Sol Questionnaire
  • CEC Calendar
  • CEC Calendar Detail
  • Compare Plan Form – M365
  • Consultation Form – Azure
  • D-Biz Fund Offer
  • Enquiries for D-Biz Program
  • Enquiries for Law Tech Fund Program
  • Evaluation form (Adobe 18 Feb)
  • Evaluation form (Adobe 6 May)
  • Evaluation form (AEC 15Sept)
  • Evaluation form (App365 21 Jun)
  • Evaluation form (AVD 21 Apr)
  • Evaluation form (Azure 7Dec)
  • Evaluation form (AzureMediaServices 20Oct)
  • Evaluation form (Barracuda 16Nov)
  • Evaluation form (Barracuda 21Jan2022)
  • Evaluation form (Barracuda 25May2022)
  • Evaluation form (CloudAppSecurity 19Oct)
  • Evaluation form (Covid Care Apps 26 Apr)
  • Evaluation form (D-Biz)
  • Evaluation form (DMS 22Jul)
  • Evaluation form (EMS 16Sept)
  • Evaluation form (Fortinet 17Jun)
  • Evaluation form (GalaxyOne x ESi)
  • Evaluation form (Manage+ 27May)
  • Evaluation form (Modern+ 29 Mar)
  • Evaluation form (MS x VMware 15 Feb)
  • Evaluation form (MS-SMB-2022)
  • Evaluation form (ParaDM on Azure 26Aug)
  • Evaluation form (Phone+ 12 Apr)
  • Evaluation form (PowerBI 4Nov)
  • Evaluation form (Safeti+ 17 Mar)
  • Evaluation form (Security 12Aug)
  • Evaluation form (Security 22Jun)
  • Evaluation form (Sophos 28 April)
  • Evaluation form (Sophos 2Dec)
  • Evaluation form (Superhub M365 x App365)
  • Evaluation form (Superhub SharePoint Intranet)
  • Evaluation form (Superhub x Achiever)
  • Evaluation form (Superhub x Barracuda)
  • Evaluation form (Superhub x Bigazines)
  • Evaluation form (Superhub x Fortinet x Microsoft)
  • Evaluation form (Superhub x Jabra)
  • Evaluation form (Superhub x Veeam)
  • Evaluation form (Teams 28Sept)
  • Evaluation form (Teams Voice 24Jun)
  • Evaluation form (Viva 23Feb)
  • Evaluation form (Windows365 29Sept)
  • FAQ Form – WVD Website
  • Form
  • Form – WVD Website
  • Fortinet OnDemand Form
  • Free Consultation form – BCP
  • Free Trial Form – M365
  • General Form
  • General Form
  • header-test
  • Jabra Bundle Offer
  • Jabra free demo form
  • KL-Apr20-PPT
  • KL-Apr2021-ToDo
  • KL-Aug20-Whiteboard
  • KL-Aug2021-Forms
  • KL-Dec19-Teams2
  • KL-Dec2020-Lists
  • KL-Dec2021-Teams
  • KL-Feb20-OneNote
  • KL-Feb2021-Teams
  • KL-Jan20-Outlook
  • KL-Jan2021-Polls
  • KL-Jul19-OneDrive
  • KL-Jul19-OneNote
  • KL-Jul19-PowerPoint
  • KL-Jul20-Excel
  • KL-Jul2021-Outlook
  • KL-Jun20-Excel
  • KL-Jun2021-Teams
  • KL-Mar20-Teams
  • KL-Mar2021-Approvals
  • KL-May20-Excel
  • KL-May2021-Outlook
  • KL-Nov19-Planner
  • KL-Nov2020-planner
  • KL-Nov2021-VivaInsights
  • KL-Oct19-OneDrive
  • KL-Oct2020-Excel
  • KL-Oct2021-Whiteboard
  • KL-Sept19-Teams
  • KL-Sept2020-Teams
  • KL-Sept2021-Edge
  • Knowledge Library
  • Knowledge Library – Outlook
  • Knowledge Library (Lite Version)
  • Knowledge Library Detail
  • Leaflet Form – WVD Website
  • Legal
  • M365 Brochure-website
  • Market Leader in Cloud Solutions
  • Microsoft SharePoint Demo Form
  • Monthly Tips
  • Monthly Tips Detail
  • Our Clients
  • Our Clients Detail
  • Our Updates / Our News
  • Our Updates / Our News Detail
  • Partner Overview
  • Partner seminar evaluation form
  • Partner Sign Up Form
  • Partnership Models
  • Product – Adobe Document Cloud – Adobe Acrobat
  • Product – Adobe Document Cloud – Adobe Acrobat Sign
  • Product – App365+ – Benefits
  • Product – App365+ – Features
  • Product – App365+ – Overview
  • Product – Azure AAD / AADC
  • Product – Azure ASR / DR
  • Product – Azure File server / Back Up
  • Product – Azure Virtual Desktop – Overview
  • Product – Business Applications – Teams Advanced Solutions
  • Product – CloudBackup 365 – Overview
  • Product – CloudBackup365 – Features
  • Product – CloudBackup365 – Why?
  • Product – Domain and Web – Domain Name
  • Product – Dynamics 365 – Dymanics 365 Business Central Essentials
  • Product – Dynamics 365 – Overview
  • Product – Email Archiving – Key Features
  • Product – Email Archiving – Overview
  • Product – Email Signature – Example Signature
  • Product – Email Signature – Overview
  • Product – Enterprise Mobility – Compare Plans
  • Product – Enterprise Mobility – Features
  • Product – Enterprise Mobility – Overview
  • Product – Exchange Online – Compare Plans
  • Product – Exchange Online – Overview
  • Product – Exchange Online – Superhub “+”
  • Product – Hosted Exchange – Compare Plans
  • Product – Hosted Exchange – Features
  • Product – Hosted Exchange – Overview
  • Product – Hosted Exchange – Why?
  • Product – HR365 – Benefits
  • Product – HR365 – Features
  • Product – HR365 – Overview
  • Product – Microsoft 365+ – Compare Plans (201912)
  • Product – Microsoft 365+ – Future Reference
  • Product – Microsoft 365+ – Learn More
  • Product – Microsoft 365+ – Mini Page – Compare Plans
  • Product – Microsoft 365+ – Overview
  • Product – Microsoft 365+ – Overview (201912)
  • Product – Microsoft 365+ – Product Page
  • Product – Microsoft 365+ – Product Page – Old Draft
  • Product – Microsoft 365+ – Product Page-Old
  • Product – Microsoft 365+ – Superhub “+”
  • Product – Microsoft 365+ – Superhub “+” (201912)
  • Product – Microsoft 365+ – What does M365 do? (201912)
  • Product – Office 365 Backup – Features
  • Product – Office 365 Backup – Overview
  • Product – Office 365 Backup – Why?
  • Product – Office 365+ – Compare Plans
  • Product – Office 365+ – Compare Plans
  • Product – Office 365+ – Migration
  • Product – Office 365+ – Office Suite
  • Product – Office 365+ – Overview
  • Product – Office 365+ – Superhub “+”
  • Product – Office 365+ Training – Compare Plans
  • Product – Office 365+ Training – Overview
  • Product – Office 365+ Training – Why training with Superhub?
  • Product – ParaDM SmartShare
  • Product – Professional & Managed Service – Modern Workplace
  • Product – SharePoint – Overview
  • Product – Superhub Azure + – Managed Azure Service
  • Product – Superhub Azure + – Overview
  • Product – Superhub Azure + – Overview (Old)
  • Product – Superhub Azure + – Overview Old Version
  • Product – Superhub Azure + – Sample Solutions
  • Product – Superhub Azure + Web Hosting – Features
  • Product – Superhub Azure + Web Hosting – Overview
  • Product – Superhub Azure +- Features
  • Product – Superhub Azure Web Hosting – Why
  • Product – Superhub Azure+ – Benefit
  • Product – Superhub Azure+ Bundle – ADFS Connect
  • Product – Superhub Azure+ Bundle – Identity Sync
  • Product – Superhub Azure+ Bundle – Why?
  • Product – Teams Voice – Features
  • Product – Teams Voice – Overview (old)
  • Product seminar evaluation form
  • Promotion Order Page
  • Resources/Blog and Trend
  • Resources/Blog and Trend Detail
  • Solutions – Managed & Adoption Services – Business Solutions
  • Solutions – Managed & Adoption Services – Cloud Infrastructure
  • Solutions – Managed & Adoption Services – Modern Workplace
  • Solutions – Managed & Adoption Services – Product Training Service – Course Outline
  • Solutions – Managed & Adoption Services – Product Training Service – Overview
  • Solutions – Managed & Adoption Services – Security – Cybersecurity Awareness
  • Solutions – Managed & Adoption Services – Security – Microsoft Security Workshops
  • Solutions – Managed & Adoption Services – Security – Overview
  • Solutions – Other Solutions – Email Signature
  • Solutions – Other Solutions – Hybrid Cloud
  • Solutions – Other Solutions – Overview
  • Solutions – Other Solutions – Talent Management
  • Super Customer Awards – Terms and Conditions
  • Superhub Cloud Adoption Survey
  • Superhub COVID-19 Survey
  • Superhub COVID-19 Survey Cover
  • Superhub D-Biz | #worksmarter
  • Superhub D-Biz Cover
  • Superhub D-Biz Survey
  • Superhub Shop Now
  • Superhub Teams Offer
  • Superhub Webinar Evaluation Form
  • Superhub x ACT Form
  • Teams Room Open Day Register
  • Technologies – Business Solutions – Apps365 – eLeave
  • Technologies – Business Solutions – Microsoft Power BI
  • Technologies – Business Solutions – Microsoft Power BI_Maintenance
  • Technologies – Business Solutions – Microsoft Power Platform – Maintenance
  • Technologies – Business Solutions – Microsoft Power Platform – Overview
  • Technologies – Cloud Infrastructure – VMware AVS_Maintenance
  • Technologies – Cloud Infrastructure – VMware Horizon_Maintenance
  • Technologies – Modern Workplace – Adobe
  • Technologies – Modern Workplace – Microsoft Teams
  • Technologies – Modern Workplace – Microsoft Teams Phone
  • Technologies – Modern Workplace – Windows365
  • Technologies – Modern Workplace – Windows365_maintenance
  • Technologies – Security – Barracuda
  • Technologies – Security – Fortinet
  • Technologies – Security – Fortinet_Maintenance
  • Technologies – Security – Sophos_Maintenance
  • Terms
  • About Us
  • About Us (Backup)
  • Benefits
  • Culture and Values
  • Our Leadership
  • Privacy Policy
  • Terms of Service
  • Super Customer Award
  • Why Superhub
  • Why Superhub (backup)
  • Contact Sales
  • Contact Support
  • Login
  • Products
  • Guide Documents
  • Service Forms
  • Contact Us
  • Frequently Asked Questions
  • How-to
  • Service Links
  • How-to-detail
  • Contact & Payment
  • Help Center
  • How-To & FAQ Articles
  • Technologies
    Technologies
    • Modern Workplace
      1. Office 365
      2. Microsoft 365
      3. Windows 365
      4. Microsoft Teams
      5. Microsoft Teams Phone
      6. Dropsuite
      7. MailVault
      8. Crossware
    • Security
      1. Microsoft Enterprise Mobility Security (EMS)
      2. Barracuda
      3. Sophos
      4. Fortinet
    • Cloud Infrastructure
      1. Microsoft Azure
      2. Azure Virtual Desktop
    • Business Solutions
      1. App365
      2. Adobe
      3. Powell Teams
      4. Microsoft SharePoint
      5. Microsoft Power Platform
      6. Microsoft Power BI
      7. Microsoft Dynamic 365
    • Exchange Email and Domain
      1. Exchange Online
      2. Hosted Exchanged
      3. Domain Name
  • Solutions
    Solutions
    • Managed and Adoption Services
      1. Modern Workplace
      2. Cloud Infrastructure
      3. Business Solutions
      4. Security
    • Other Solutions
      1. Back Up
      2. Email Security
      3. Email Signature
      4. Email Archiving
      5. Virtual Desktop
      6. Talent Management
      7. Hybrid Cloud
    •  
      1. Virtual Desktop
      2. Talent Management
      3. Hybrid Cloud
  • Success Stories
  • Why superhub
  • Insights
    Insights
    • Our News
    • Our Events
    • Our Blogs
  • About Us
Shop Now

 

 

More from my site

  • Improve security with Azure Sentinel – A cloud-native SIEM and SOAR solutionImprove security with Azure Sentinel – A cloud-native SIEM and SOAR solution
  • How to build a Disaster Recovery Plan using the Cloud? – Part 1How to build a Disaster Recovery Plan using the Cloud? – Part 1
  • How to build a Disaster Recovery Plan using the Cloud? – Part 2How to build a Disaster Recovery Plan using the Cloud? – Part 2
  • Four steps to connect Azure Security Center to SentinelFour steps to connect Azure Security Center to Sentinel
  • Windows and SQL Server 2008 and 2008 R2 End of Support: What Options Do You Have?Windows and SQL Server 2008 and 2008 R2 End of Support: What Options Do You Have?
  • How to sync on-premises Active Directory to Azure Active Directory with Azure AD Connect?How to sync on-premises Active Directory to Azure Active Directory with Azure AD Connect?

Let’s #worksmarter with superhub

Empowering your business by exploring new insights with
innovative products and modern cloud solutions.

Let’s Talk
  • About Us
  • Support
  • Why superhub
  • Success Stories
  • Contact Us
  • Web Mail
  • Linkedin
  • Youtube
  • Facebook

  • Technologies
    1. Modern Workplace
    2. Security
    3. Cloud Infrastruture
    4. Business Solutions
    5. Exchange Email and Domain
  • Solutions
    1. Managed and Adoption Services
    2. Other Solutions
  • Insights
    1. Our News
    2. Our Events
    3. Our Blogs

Subscribe to our eNewsletter

Microsoft Partner Microsoft Partner

© 2023 superhub, All Rights Reserved.

  • Sitemap
  • Privacy Policy
  • Terms of Service