{"id":2740,"date":"2022-03-05T13:33:24","date_gmt":"2022-03-05T13:33:24","guid":{"rendered":"https:\/\/exceedthecloud.com\/?p=2740"},"modified":"2022-03-10T18:52:07","modified_gmt":"2022-03-10T18:52:07","slug":"deploy-virtual-desktop-host-pools-and-session-hosts-by-using-the-azure-portal-ad-ds","status":"publish","type":"post","link":"https:\/\/exceedthecloud.com\/?p=2740","title":{"rendered":"Deploy Virtual Desktop host pools and session hosts by using the Azure portal (AD DS)"},"content":{"rendered":"\n<ul class=\"wp-block-list\"><li>An Azure subscription you will be using in this lab.<\/li><li>A Microsoft account or an Azure AD account with the Owner or Contributor role in the Azure subscription you will be using in this lab and with the Global Administrator role in the Azure AD tenant associated with that Azure subscription.<\/li><li>The completed lab <strong><a href=\"https:\/\/exceedthecloud.com\/?p=2660\" target=\"_blank\" rel=\"noreferrer noopener\" title=\"Prepare for deployment of Azure Virtual Desktop (AD DS)\">Prepare for deployment of Azure Virtual Desktop (AD DS)<\/a><\/strong><\/li><\/ul>\n\n\n\n<p><strong>Lab scenario<\/strong><\/p>\n\n\n\n<p>You need to create and configure host pools and session hosts in an Active Directory Domain Services (AD DS) environment.<\/p>\n\n\n\n<p><strong>Objectives<\/strong><\/p>\n\n\n\n<p>After completing this lab, you will be able to:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Implement an Azure Virtual Desktop environment in an AD DS domain<\/li><li>Validate an Azure Virtual Desktop environment in an AD DS domain<\/li><\/ul>\n\n\n\n<p><strong>Lab 1: Implement an Azure Virtual Desktop environment in an AD DS domain<\/strong><\/p>\n\n\n\n<p>The main tasks for this Lab are as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Prepare AD DS domain and the Azure subscription for deployment of an Azure Virtual Desktop host pool<\/li><li>Deploy an Azure Virtual Desktop host pool<\/li><li>Manage the Azure Virtual Desktop host pool session hosts<\/li><li>Configure Azure Virtual Desktop application groups<\/li><li>Configure Azure Virtual Desktop workspaces<\/li><\/ul>\n\n\n\n<p><strong>Task 1: Prepare AD DS domain and the Azure subscription for deployment of an Azure Virtual Desktop host pool<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>From your lab computer, start a web browser, navigate to the <a href=\"https:\/\/github.com\/MicrosoftLearning\/AZ-140-Configuring-and-Operating-Microsoft-Azure-Virtual-Desktop\/blob\/master\/Instructions\/Labs\" target=\"_blank\" rel=\"noreferrer noopener\">Azure portal<\/a>, and sign in by providing credentials of a user account with the Owner role in the subscription you will be using in this lab.<\/li><li>In the Azure portal, search for and select <strong>Virtual machines<\/strong> and, from the <strong>Virtual machines<\/strong> blade, select <strong>exceed-dc-vm11<\/strong>.<\/li><li>On the <strong>exceed-dc-vm11<\/strong> blade, select <strong>Connect<\/strong>, in the drop-down menu, select <strong>Bastion<\/strong>, on the <strong>Bastion<\/strong> tab of the <strong>exceed-dc-vm11 | Connect<\/strong> blade, select <strong>Use Bastion<\/strong>.<\/li><li>When prompted, provide the following credentials and select <strong>Connect<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>User Name<\/td><td><strong>Student<\/strong><\/td><\/tr><tr><td>Password<\/td><td><strong>Pa55w.rd1234<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"293\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture100.png\" alt=\"\" class=\"wp-image-2741\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture100.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture100-300x141.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Within the Remote Desktop session to <strong>exceed-dc-vm11<\/strong>, start <strong>Windows PowerShell ISE<\/strong> as administrator.<\/li><li>Within the Remote Desktop session to <strong>exceed-dc-vm11<\/strong>, from the <strong>Administrator: Windows PowerShell ISE<\/strong> console, run the following to create an organizational unit that will host the computer objects of the Azure Virtual Desktop hosts:<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>New-ADOrganizationalUnit 'WVDInfra' \u2013path 'DC=adatum,DC=com' -ProtectedFromAccidentalDeletion $false<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"212\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture101.png\" alt=\"\" class=\"wp-image-2742\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture101.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture101-300x102.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>From the <strong>Administrator: Windows PowerShell ISE<\/strong> console, run the following to sign in to your Azure subscription:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Connect-AzAccount<\/code><\/pre>\n\n\n\n<p>When prompted, provide the credentials of the user account with the Owner role in the subscription you are using in this lab.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"109\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture102.png\" alt=\"\" class=\"wp-image-2743\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture102.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture102-300x52.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>From the <strong>Administrator: Windows PowerShell ISE<\/strong> console, run the following to identify the user principal name of the <strong>aduser1<\/strong> account:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>(Get-AzADUser -DisplayName 'aduser1').UserPrincipalName<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"214\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture103.png\" alt=\"\" class=\"wp-image-2744\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture103.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture103-300x103.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p><strong>Note<\/strong>: Record the user principal name you identified in this step. You will need it later in this lab.<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>From the <strong>Administrator: Windows PowerShell ISE<\/strong> console, run the following to register the <strong>Microsoft.DesktopVirtualization<\/strong> resource provider:<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>Register-AzResourceProvider -ProviderNamespace Microsoft.DesktopVirtualization<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Within the Remote Desktop session to <strong>exceed-dc-vm11<\/strong>, start Microsoft Edge and navigate to the <a href=\"https:\/\/portal.azure.com\">Azure portal<\/a>. If prompted, sign in by using the Azure AD credentials of the user account with the Owner role in the subscription you are using in this lab.<\/li><li>Within the Remote Desktop session to <strong>exceed-dc-vm11<\/strong>, in the Azure portal, use the <strong>Search resources, services, and docs<\/strong> text box at the top of the Azure portal page to search for and navigate to <strong>Virtual networks<\/strong> and, on the <strong>Virtual networks<\/strong> blade, select <strong>exceed-adds-vnet11<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"367\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture104.png\" alt=\"\" class=\"wp-image-2745\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture104.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture104-300x176.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>exceed-adds-vnet11<\/strong> blade, select <strong>Subnets<\/strong>, on the <strong>Subnets<\/strong> blade, select <strong>+ Subnet<\/strong>, on the <strong>Add subnet<\/strong> blade, specify the following settings (leave all other settings with their default values) and click <strong>Save<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Name<\/td><td><strong>hp1-Subnet<\/strong><\/td><\/tr><tr><td>Subnet address range<\/td><td><strong>10.0.1.0\/24<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"365\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture105.png\" alt=\"\" class=\"wp-image-2746\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture105.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture105-300x175.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Task 2: Deploy an Azure Virtual Desktop host pool<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Within the Remote Desktop session to <strong>exceed-dc-vm11<\/strong>, in the Microsoft Edge window displaying the Azure portal, search for and select <strong>Azure Virtual Desktop<\/strong>, on the <strong>Azure Virtual Desktop<\/strong> blade, select <strong>Host pools<\/strong> and, on the <strong>Azure Virtual Desktop | Host pools<\/strong> blade, select <strong>+ Create<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"305\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture106.png\" alt=\"\" class=\"wp-image-2747\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture106.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture106-300x147.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" type=\"1\"><li>On the <strong>Basics<\/strong> tab of the <strong>Create a host pool<\/strong> blade, specify the following settings and select <strong>Next: Virtual Machines &gt;<\/strong> (leave other settings with their default values):<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Subscription<\/td><td>the name of the Azure subscription you are using in this lab<\/td><\/tr><tr><td>Resource group<\/td><td>the name of a new resource group <strong>exceed-21-RG<\/strong><\/td><\/tr><tr><td>Host pool name<\/td><td><strong>exceed-21-hp1<\/strong><\/td><\/tr><tr><td>Load balancing algorithm<\/td><td><strong>Breadth-first<\/strong><\/td><\/tr><tr><td>Max session limit<\/td><td><strong>50<\/strong><\/td><\/tr><tr><td>Location<\/td><td>the name of the Azure region into which you deployed resources in the first Lab of this lab or a region close to it<\/td><\/tr><tr><td>Validation environment<\/td><td><strong>No<\/strong><\/td><\/tr><tr><td>Host pool type<\/td><td><strong>Pooled<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"552\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture107.png\" alt=\"\" class=\"wp-image-2748\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture107.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture107-300x265.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Virtual machines<\/strong> tab of the <strong>Create a host pool<\/strong> blade, specify the following settings and select <strong>Next: Workspace &gt;<\/strong> (leave other settings with their default values):<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Add Azure virtual machines<\/td><td><strong>Yes<\/strong><\/td><\/tr><tr><td>Resource group<\/td><td><strong>Defaulted to same as host pool<\/strong><\/td><\/tr><tr><td>Name prefix<\/td><td><strong>xceed-21-p1<\/strong><\/td><\/tr><tr><td>Virtual machine location<\/td><td>the name of the Azure region into which you deployed resources in the first Lab of this lab<\/td><\/tr><tr><td>Availability options<\/td><td><strong>No infrastructure redundancy required<\/strong><\/td><\/tr><tr><td>Image type<\/td><td><strong>Gallery<\/strong><\/td><\/tr><tr><td>Image<\/td><td><strong>Windows 10 Enterprise multi-session, Version 20H2 + Microsoft 365 Apps<\/strong><\/td><\/tr><tr><td>Virtual machine size<\/td><td><strong>Standard D2s v3<\/strong><\/td><\/tr><tr><td>Number of VMs<\/td><td><strong>2<\/strong><\/td><\/tr><tr><td>OS disk type<\/td><td><strong>Standard SSD<\/strong><\/td><\/tr><tr><td>Virtual network<\/td><td><strong>exceed-adds-vnet11<\/strong><\/td><\/tr><tr><td>Subnet<\/td><td><strong>hp1-Subnet (10.0.1.0\/24)<\/strong><\/td><\/tr><tr><td>Network security group<\/td><td><strong>Basic<\/strong><\/td><\/tr><tr><td>Public inbound ports<\/td><td><strong>No<\/strong><\/td><\/tr><tr><td>Select which directory you would like to join<\/td><td><strong>Active Directory<\/strong><\/td><\/tr><tr><td>AD domain join UPN<\/td><td><a href=\"mailto:student@adatum.com\"><strong>student@adatum.com<\/strong><\/a><\/td><\/tr><tr><td>Password<\/td><td><strong>Pa55w.rd1234<\/strong><\/td><\/tr><tr><td>Specify domain or unit<\/td><td><strong>Yes<\/strong><\/td><\/tr><tr><td>Domain to join<\/td><td><strong>adatum.com<\/strong><\/td><\/tr><tr><td>Organizational Unit path<\/td><td><strong>OU=WVDInfra,DC=adatum,DC=com<\/strong><\/td><\/tr><tr><td>User name<\/td><td><strong>Student<\/strong><\/td><\/tr><tr><td>Password<\/td><td><strong>Pa55w.rd1234<\/strong><\/td><\/tr><tr><td>Confirm password<\/td><td><strong>Pa55w.rd1234<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"574\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture108.png\" alt=\"\" class=\"wp-image-2749\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture108.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture108-300x276.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Workspace<\/strong> tab of the <strong>Create a host pool<\/strong> blade, specify the following settings and select <strong>Review + create<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Register desktop app group<\/td><td><strong>No<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"569\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture109.png\" alt=\"\" class=\"wp-image-2750\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture109.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture109-300x274.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>On the <strong>Review + create<\/strong> tab of the <strong>Create a host pool<\/strong> blade, select <strong>Create<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"585\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture110.png\" alt=\"\" class=\"wp-image-2751\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture110.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture110-300x281.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p><strong>Note<\/strong>: Wait for the deployment to complete. This might take about 10 minutes.<\/p>\n\n\n\n<p><strong>Task 3: Manage the Azure Virtual Desktop host pool session hosts<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Within the Remote Desktop session to <strong>exceed-dc-vm11<\/strong>, in the web browser window displaying the Azure portal, search for and select <strong>Azure Virtual Desktop<\/strong> and, on the <strong>Azure Virtual Desktop<\/strong> blade, in the vertical menu bar, in the <strong>Manage section<\/strong>, select <strong>Host pools<\/strong>.<\/li><li>On the <strong>Azure Virtual Desktop | Host pools<\/strong> blade, in the list of host pools, select <strong>exceed-21-hp1<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"299\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture111.png\" alt=\"\" class=\"wp-image-2752\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture111.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture111-300x144.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>On the <strong>exceed-21-hp1<\/strong> blade, in the in the vertical menu bar, in the <strong>Manage section<\/strong>, select <strong>Session hosts<\/strong> and verify that the pool consists of two hosts.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"365\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture112.png\" alt=\"\" class=\"wp-image-2753\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture112.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture112-300x175.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>On the <strong>exceed-21-hp1 | Session hosts<\/strong> blade, select <strong>+ Add<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"592\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture113.png\" alt=\"\" class=\"wp-image-2754\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture113.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture113-300x285.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Basics<\/strong> tab of the <strong>Add virtual machines to a host pool<\/strong> blade, review the preconfigured settings and select <strong>Next: Virtual Machines<\/strong>.<\/li><li>On the <strong>Virtual Machines<\/strong> tab of the <strong>Add virtual machines to a host pool<\/strong> blade, specify the following settings and select <strong>Review + create<\/strong> (leave others with their default settings):<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Resource group<\/td><td><strong>exceed-21-RG<\/strong><\/td><\/tr><tr><td>Name prefix<\/td><td><strong>xceed-21-p1<\/strong><\/td><\/tr><tr><td>Virtual machine location<\/td><td>the name of the Azure region into which you deployed the first two session host VMs<\/td><\/tr><tr><td>Availability options<\/td><td><strong>No infrastructure redundancy required<\/strong><\/td><\/tr><tr><td>Image type<\/td><td><strong>Gallery<\/strong><\/td><\/tr><tr><td>Image<\/td><td><strong>Windows 10 Enterprise multi-session, Version 2004 + Microsoft 365 Apps<\/strong><\/td><\/tr><tr><td>Number of VMs<\/td><td><strong>1<\/strong><\/td><\/tr><tr><td>Virtual network<\/td><td><strong>exceed-adds-vnet11<\/strong><\/td><\/tr><tr><td>Subnet<\/td><td><strong>hp1-Subnet (10.0.1.0\/24)<\/strong><\/td><\/tr><tr><td>Network security group<\/td><td><strong>Basic<\/strong><\/td><\/tr><tr><td>Public inbound ports<\/td><td><strong>No<\/strong><\/td><\/tr><tr><td>AD domain join UPN<\/td><td><a href=\"mailto:student@adatum.com\"><strong>student@adatum.com<\/strong><\/a><\/td><\/tr><tr><td>Password<\/td><td><strong>Pa55w.rd1234<\/strong><\/td><\/tr><tr><td>Specify domain or unit<\/td><td><strong>Yes<\/strong><\/td><\/tr><tr><td>Domain to join<\/td><td><strong>adatum.com<\/strong><\/td><\/tr><tr><td>Organizational Unit path<\/td><td><strong>OU=WVDInfra,DC=adatum,DC=com<\/strong><\/td><\/tr><tr><td>Virtual Machine Administrator account username<\/td><td><strong>student<\/strong><\/td><\/tr><tr><td>Virtual Machine Administrator account pasword<\/td><td><strong>Pa55w.rd1234<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Note<\/strong>: As you likely noticed, it&#8217;s possible to change the image and prefix of the VMs as you add session hosts to the existing pool. In general, this is not recommended unless you plan to replace all VMs in the pool.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"4\"><li>On the <strong>Review + create<\/strong> tab of the <strong>Add virtual machines to a host pool<\/strong> blade, select <strong>Create<\/strong><\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"584\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture114.png\" alt=\"\" class=\"wp-image-2755\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture114.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture114-300x281.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p><strong>Note<\/strong>: Wait for the deployment to complete before you proceed to the next task. The deployment might take about 5 minutes.<\/p>\n\n\n\n<p><strong>Task 4: Configure Azure Virtual Desktop application groups<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Within the Remote Desktop session to <strong>exceed-dc-vm11<\/strong>, in the web browser window displaying the Azure portal, search for and select <strong>Azure Virtual Desktop<\/strong> and, on the <strong>Azure Virtual Desktop<\/strong> blade, select <strong>Application groups<\/strong>.<\/li><li>On the <strong>Azure Virtual Desktop | Application groups<\/strong> blade, note the existing, auto-generated <strong>exceed-21-hp1-DAG<\/strong> desktop application group, and select it.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"362\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture115.png\" alt=\"\" class=\"wp-image-2756\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture115.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture115-300x174.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>exceed-21-hp1-DAG<\/strong> blade, select <strong>Assignments<\/strong>.<\/li><li>On the <strong>exceed-21-hp1-DAG | Assignments<\/strong> blade, select <strong>+ Add<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"346\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture116.png\" alt=\"\" class=\"wp-image-2757\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture116.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture116-300x166.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>On the <strong>Select Azure AD users or user groups<\/strong> blade, select <strong>exceed140-wvd-pooled<\/strong> and click <strong>Select<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"570\" height=\"715\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture117.png\" alt=\"\" class=\"wp-image-2758\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture117.png 570w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture117-239x300.png 239w\" sizes=\"auto, (max-width: 570px) 100vw, 570px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Navigate back to the <strong>Azure Virtual Desktop | Application groups<\/strong> blade, select <strong>+ Create<\/strong>.<\/li><li>On the <strong>Basics<\/strong> tab of the <strong>Create an application group<\/strong> blade, specify the following settings and select <strong>Next: Applications &gt;<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Subscription<\/td><td>the name of the Azure subscription you are using in this lab<\/td><\/tr><tr><td>Resource group<\/td><td><strong>exceed-21-RG<\/strong><\/td><\/tr><tr><td>Host pool<\/td><td><strong>exceed-21-hp1<\/strong><\/td><\/tr><tr><td>Application group type<\/td><td><strong>RemoteApp<\/strong><\/td><\/tr><tr><td>Application group name<\/td><td><strong>exceed-21-hp1-Office365-RAG<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"456\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture118.png\" alt=\"\" class=\"wp-image-2759\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture118.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture118-300x219.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Applications<\/strong> tab of the <strong>Create an application group<\/strong> blade, select <strong>+ Add applications<\/strong>.<\/li><li>On the <strong>Add application<\/strong> blade, specify the following settings and select <strong>Save<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Application source<\/td><td><strong>Start menu<\/strong><\/td><\/tr><tr><td>Application<\/td><td><strong>Word<\/strong><\/td><\/tr><tr><td>Description<\/td><td><strong>Microsoft Word<\/strong><\/td><\/tr><tr><td>Require command line<\/td><td><strong>No<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"574\" height=\"716\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture119.png\" alt=\"\" class=\"wp-image-2760\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture119.png 574w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture119-241x300.png 241w\" sizes=\"auto, (max-width: 574px) 100vw, 574px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Back on the <strong>Applications<\/strong> tab of the <strong>Create an application group<\/strong> blade, select <strong>+ Add applications<\/strong>.<\/li><li>On the <strong>Add application<\/strong> blade, specify the following settings and select <strong>Save<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Application source<\/td><td><strong>Start menu<\/strong><\/td><\/tr><tr><td>Application<\/td><td><strong>Excel<\/strong><\/td><\/tr><tr><td>Description<\/td><td><strong>Microsoft Excel<\/strong><\/td><\/tr><tr><td>Require command line<\/td><td><strong>No<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"576\" height=\"718\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture120.png\" alt=\"\" class=\"wp-image-2761\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture120.png 576w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture120-241x300.png 241w\" sizes=\"auto, (max-width: 576px) 100vw, 576px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Back on the <strong>Applications<\/strong> tab of the <strong>Create an application group<\/strong> blade, select <strong>+ Add applications<\/strong>.<\/li><li>On the <strong>Add application<\/strong> blade, specify the following settings and select <strong>Save<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Application source<\/td><td><strong>Start menu<\/strong><\/td><\/tr><tr><td>Application<\/td><td><strong>PowerPoint<\/strong><\/td><\/tr><tr><td>Description<\/td><td><strong>Microsoft PowerPoint<\/strong><\/td><\/tr><tr><td>Require command line<\/td><td><strong>No<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"577\" height=\"711\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture121.png\" alt=\"\" class=\"wp-image-2762\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture121.png 577w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture121-243x300.png 243w\" sizes=\"auto, (max-width: 577px) 100vw, 577px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Back on the <strong>Applications<\/strong> tab of the <strong>Create an application group<\/strong> blade, select <strong>Next: Assignments &gt;<\/strong>.<\/li><li>On the <strong>Assignments<\/strong> tab of the <strong>Create an application group<\/strong> blade, select <strong>+ Add Azure AD users or user groups<\/strong>.<\/li><li>On the <strong>Select Azure AD users or user groups<\/strong> blade, select <strong>exceed140-wvd-remote-app<\/strong> and click <strong>Select<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"567\" height=\"717\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture122.png\" alt=\"\" class=\"wp-image-2763\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture122.png 567w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture122-237x300.png 237w\" sizes=\"auto, (max-width: 567px) 100vw, 567px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Back on the <strong>Assignments<\/strong> tab of the <strong>Create an application group<\/strong> blade, select <strong>Next: Workspace &gt;<\/strong>.<\/li><li>On the <strong>Workspace<\/strong> tab of the <strong>Create a workspace<\/strong> blade, specify the following setting and select <strong>Review + create<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Register application group<\/td><td><strong>No<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Review + create<\/strong> tab of the <strong>Create an application group<\/strong> blade, select <strong>Create<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"556\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture123.png\" alt=\"\" class=\"wp-image-2764\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture123.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture123-300x267.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p><strong>Note<\/strong>: Wait for the Application Group to be created. This should take less than 1 minute.<\/p>\n\n\n\n<p><strong>Note<\/strong>: Next you will create an application group based on file path as the application source.<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Within the Remote Desktop session to <strong>exceed-dc-vm11<\/strong>, search for and select <strong>Azure Virtual Desktop<\/strong> and, on the <strong>Azure Virtual Desktop<\/strong> blade, select <strong>Application groups<\/strong>.<\/li><li>On the <strong>Azure Virtual Desktop | Application groups<\/strong> blade, select <strong>+ Create<\/strong>.<\/li><li>On the <strong>Basics<\/strong> tab of the <strong>Create an application group<\/strong> blade, specify the following settings and select <strong>Next: Applications &gt;<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Subscription<\/td><td>the name of the Azure subscription you are using in this lab<\/td><\/tr><tr><td>Resource group<\/td><td><strong>exceed-21-RG<\/strong><\/td><\/tr><tr><td>Host pool<\/td><td><strong>exceed-21-hp1<\/strong><\/td><\/tr><tr><td>Application group type<\/td><td><strong>RemoteApp<\/strong><\/td><\/tr><tr><td>Application group name<\/td><td><strong>exceed-21-hp1-Utilities-RAG<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"519\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture124.png\" alt=\"\" class=\"wp-image-2765\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture124.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture124-300x250.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Applications<\/strong> tab of the <strong>Create an application group<\/strong> blade, select <strong>+ Add applications<\/strong>.<\/li><li>On the <strong>Add application<\/strong> blade, specify the following settings and select <strong>Save<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Application source<\/td><td><strong>File path<\/strong><\/td><\/tr><tr><td>Application path<\/td><td><strong>C:\\Windows\\system32\\cmd.exe<\/strong><\/td><\/tr><tr><td>Application name<\/td><td><strong>Command Prompt<\/strong><\/td><\/tr><tr><td>Display name<\/td><td><strong>Command Prompt<\/strong><\/td><\/tr><tr><td>Icon path<\/td><td><strong>C:\\Windows\\system32\\cmd.exe<\/strong><\/td><\/tr><tr><td>Icon index<\/td><td><strong>0<\/strong><\/td><\/tr><tr><td>Description<\/td><td><strong>Windows Command Prompt<\/strong><\/td><\/tr><tr><td>Require command line<\/td><td><strong>No<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"568\" height=\"718\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture125.png\" alt=\"\" class=\"wp-image-2766\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture125.png 568w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture125-237x300.png 237w\" sizes=\"auto, (max-width: 568px) 100vw, 568px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Back on the <strong>Applications<\/strong> tab of the <strong>Create an application group<\/strong> blade, select <strong>Next: Assignments &gt;<\/strong>.<\/li><li>On the <strong>Assignments<\/strong> tab of the <strong>Create an application group<\/strong> blade, select <strong>+ Add Azure AD users or user groups<\/strong>.<\/li><li>On the <strong>Select Azure AD users or user groups<\/strong> blade, select <strong>az140-wvd-remote-app<\/strong> and <strong>exceed140-wvd-admins<\/strong> and click <strong>Select<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"568\" height=\"712\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture126.png\" alt=\"\" class=\"wp-image-2767\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture126.png 568w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture126-239x300.png 239w\" sizes=\"auto, (max-width: 568px) 100vw, 568px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Back on the <strong>Assignments<\/strong> tab of the <strong>Create an application group<\/strong> blade, select <strong>Next: Workspace &gt;<\/strong>.<\/li><li>On the <strong>Workspace<\/strong> tab of the <strong>Create a workspace<\/strong> blade, specify the following setting and select <strong>Review + create<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Register application group<\/td><td><strong>No<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"612\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture127.png\" alt=\"\" class=\"wp-image-2768\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture127.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture127-300x294.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>On the <strong>Review + create<\/strong> tab of the <strong>Create an application group<\/strong> blade, select <strong>Create<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"624\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture128.png\" alt=\"\" class=\"wp-image-2769\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture128.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture128-300x300.png 300w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture128-150x150.png 150w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p><strong>Task 5: Configure Azure Virtual Desktop workspaces<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Within the Remote Desktop session to <strong>exceed-dc-vm11<\/strong>, in the Microsoft Edge window displaying the Azure portal, search for and select <strong>Azure Virtual Desktop<\/strong> and, on the <strong>Azure Virtual Desktop<\/strong> blade, select <strong>Workspaces<\/strong>.<\/li><li>On the <strong>Azure Virtual Desktop | Workspaces<\/strong> blade, select <strong>+ Create<\/strong>.<\/li><li>On the <strong>Basics<\/strong> tab of the <strong>Create a workspace<\/strong> blade, specify the following settings and select <strong>Next: Application groups &gt;<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Subscription<\/td><td>the name of the Azure subscription you are using in this lab<\/td><\/tr><tr><td>Resource group<\/td><td><strong>exceed-21-RG<\/strong><\/td><\/tr><tr><td>Workspace name<\/td><td><strong>exceed-21-ws1<\/strong><\/td><\/tr><tr><td>Friendly name<\/td><td><strong>exceed-21-ws1<\/strong><\/td><\/tr><tr><td>Location<\/td><td>the name of the Azure region into which you deployed resources in the first Lab of this lab or a region close to it<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"383\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture129.png\" alt=\"\" class=\"wp-image-2770\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture129.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture129-300x184.png 300w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture129-80x50.png 80w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Application groups<\/strong> tab of the <strong>Create a workspace<\/strong> blade, specify the following settings:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Register application groups<\/td><td><strong>Yes<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"684\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture130.png\" alt=\"\" class=\"wp-image-2771\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture130.png 605w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture130-265x300.png 265w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Workspace<\/strong> tab of the <strong>Create a workspace<\/strong> blade, select <strong>+ Register application groups<\/strong>.<\/li><li>On the <strong>Add application groups<\/strong> blade, select the plus sign next to the <strong>exceed-21-hp1-DAG<\/strong>, <strong>exceed-21-hp1-Office365-RAG<\/strong>, and <strong>exceed-21-hp1-Utilities-RAG<\/strong> entries and click <strong>Select<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"569\" height=\"713\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture131.png\" alt=\"\" class=\"wp-image-2772\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture131.png 569w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture131-239x300.png 239w\" sizes=\"auto, (max-width: 569px) 100vw, 569px\" \/><\/figure>\n\n\n\n<p>Back on the <strong>Application groups<\/strong> tab of the <strong>Create a workspace<\/strong> blade, select <strong>Review + create<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"609\" height=\"684\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture132.png\" alt=\"\" class=\"wp-image-2773\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture132.png 609w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture132-267x300.png 267w\" sizes=\"auto, (max-width: 609px) 100vw, 609px\" \/><\/figure>\n\n\n\n<p>On the <strong>Review + create<\/strong> tab of the <strong>Create a workspace<\/strong> blade, select <strong>Create<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"615\" height=\"680\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture133.png\" alt=\"\" class=\"wp-image-2774\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture133.png 615w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture133-271x300.png 271w\" sizes=\"auto, (max-width: 615px) 100vw, 615px\" \/><\/figure>\n\n\n\n<p><strong>Lab 2: Validate Azure Virtual Desktop environment<\/strong><\/p>\n\n\n\n<p>The main tasks for this Lab are as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Install Microsoft Remote Desktop client (MSRDC) on a Windows 10 computer<\/li><li>Subscribe to a Azure Virtual Desktop workspace<\/li><li>Test Azure Virtual Desktop apps<\/li><\/ul>\n\n\n\n<p><strong>Task 1: Install Microsoft Remote Desktop client (MSRDC) on a Windows 10 computer<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Within the Remote Desktop session to <strong>exceed-dc-vm11<\/strong>, in the browser window displaying the Azure portal, search for and select <strong>Virtual machines<\/strong> and, on the <strong>Virtual machines<\/strong> blade, select the <strong>exceed-cl-vm11 <\/strong>&nbsp;entry.<\/li><li>On the <strong>exceed-cl-vm11 <\/strong>&nbsp;blade, scroll down to the <strong>Operations<\/strong> section and select <strong>Run Command<\/strong>.<\/li><li>On the <strong>exceed-cl-vm11 &nbsp;| Run command<\/strong> blade, select <strong>EnableRemotePS<\/strong> and select <strong>Run<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"357\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture134.png\" alt=\"\" class=\"wp-image-2775\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture134.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture134-300x172.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"547\" height=\"278\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture135.png\" alt=\"\" class=\"wp-image-2776\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture135.png 547w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture135-300x152.png 300w\" sizes=\"auto, (max-width: 547px) 100vw, 547px\" \/><\/figure>\n\n\n\n<p><strong>Note<\/strong>: Wait for the command to complete before you proceed to the next step. This might take about 1 minute. You may get red text errors addressing the Public profile being used and not the Domain profile, if so, you can ignore and go to the next step.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"540\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture136.png\" alt=\"\" class=\"wp-image-2777\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture136.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture136-300x260.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>Within the Remote Desktop session to <strong>exceed-dc-vm11<\/strong>, from the <strong>Administrator: Windows PowerShell ISE<\/strong> script pane, run the following to add all members of the <strong>ADATUM\\exceed140-wvd-users <\/strong>&nbsp;to the local <strong>Remote Desktop Users<\/strong> group on the Azure VM <strong>exceed-cl-vm11 <\/strong>&nbsp;running Windows 10 which you deployed in the lab <strong>Prepare for deployment of Azure Virtual Desktop (AD DS)<\/strong>.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$computerName = 'exceed-cl-vm11'\nInvoke-Command -ComputerName $computerName -ScriptBlock {Add-LocalGroupMember -Group 'Remote Desktop Users' -Member 'ADATUM\\exceed140-wvd-users'}\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"211\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture137.png\" alt=\"\" class=\"wp-image-2778\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture137.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture137-300x101.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" type=\"1\"><li>Switch to your lab computer, from the lab computer, in the browser window displaying the Azure portal, search for and select <strong>Virtual machines<\/strong> and, on the <strong>Virtual machines<\/strong> blade, select the <strong>exceed-cl-vm11 <\/strong>&nbsp;entry.<\/li><li>On the <strong>exceed-cl-vm11 <\/strong>&nbsp;blade, select <strong>Connect<\/strong>, in the drop-down menu, select <strong>Bastion<\/strong>, on the <strong>Bastion<\/strong> tab of the <strong>exceed-cl-vm11 &nbsp;| Connect<\/strong> blade, select <strong>Use Bastion<\/strong>.<\/li><li>When prompted, provde the following credentials and select <strong>Connect<\/strong>:<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>User Name<\/td><td><a href=\"mailto:Student@adatum.com\"><strong>Student@adatum.com<\/strong><\/a><\/td><\/tr><tr><td>Password<\/td><td><strong>Pa55w.rd1234<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"297\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture138.png\" alt=\"\" class=\"wp-image-2779\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture138.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture138-300x143.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>Within the Remote Desktop session to <strong>exceed-cl-vm11 <\/strong>, start Microsoft Edge and navigate to <a href=\"https:\/\/go.microsoft.com\/fwlink\/?linkid=2068602\">Windows Desktop client download page<\/a> and, when prompted, select <strong>Run<\/strong> to start its installation. On the <strong>Installation Scope<\/strong> page of the <strong>Remote Desktop Setup<\/strong> wizard, select the option <strong>Install for all users of this machine<\/strong> and click <strong>Install<\/strong>. When prompted by User Account Control for administrative credentials, authenticate by using the <strong>ADATUM\\Student<\/strong> username with <strong>Pa55w.rd1234<\/strong> as its password.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"493\" height=\"383\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture139.png\" alt=\"\" class=\"wp-image-2780\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture139.png 493w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture139-300x233.png 300w\" sizes=\"auto, (max-width: 493px) 100vw, 493px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"490\" height=\"385\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture140.png\" alt=\"\" class=\"wp-image-2781\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture140.png 490w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture140-300x236.png 300w\" sizes=\"auto, (max-width: 490px) 100vw, 490px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"492\" height=\"384\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture141.png\" alt=\"\" class=\"wp-image-2782\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture141.png 492w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture141-300x234.png 300w\" sizes=\"auto, (max-width: 492px) 100vw, 492px\" \/><\/figure>\n\n\n\n<p>Once the installation completes, ensure that the <strong>Launch Remote Desktop when setup exits<\/strong> checkbox is selected and click <strong>Finish<\/strong> to start the Remote Desktop client.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"493\" height=\"385\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture142.png\" alt=\"\" class=\"wp-image-2783\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture142.png 493w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture142-300x234.png 300w\" sizes=\"auto, (max-width: 493px) 100vw, 493px\" \/><\/figure>\n\n\n\n<p><strong>Task 2: Subscribe to a Azure Virtual Desktop workspace<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>In the <strong>Remote Desktop<\/strong> client window, select <strong>Subscribe<\/strong> and, when prompted, sign in with the <strong>aduser1<\/strong> credentials, by providing its userPrincipalName you identified earlier in this lab and the password you set when creating this account.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"396\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture143.png\" alt=\"\" class=\"wp-image-2784\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture143.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture143-300x190.png 300w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture143-80x50.png 80w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p><strong>Note<\/strong>: Alternatively, in the <strong>Remote Desktop<\/strong> client window, select <strong>Subscribe with URL<\/strong>, in the <strong>Subscribe to a Workspace<\/strong> pane, in the <strong>Email or Workspace URL<\/strong>, type <strong><a href=\"https:\/\/rdweb.wvd.microsoft.com\/api\/arm\/feeddiscovery\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/rdweb.wvd.microsoft.com\/api\/arm\/feeddiscovery<\/a><\/strong>, select <strong>Next<\/strong>, and, once prompted, sign in with the <strong>aduser1<\/strong> credentials (using its userPrincipalName attribute as the user name and the password you set when creating this account).<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"393\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture144.png\" alt=\"\" class=\"wp-image-2785\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture144.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture144-300x189.png 300w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture144-80x50.png 80w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>In the <strong>Stay signed in to all your apps<\/strong> window, clear the checkbox <strong>Allow my organization to manage my device<\/strong> checkbox and select <strong>No, sign in to this app only<\/strong>.<\/li><li>Ensure that the <strong>Remote Desktop<\/strong> page displays the listing of applications that are included in the application groups published to the workspace and associated with the user account <strong>aduser1<\/strong> via its group membership.<\/li><\/ul>\n\n\n\n<p><strong>Task 3: Test Azure Virtual Desktop apps<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Within the Remote Desktop session to <strong>exceed-cl-vm11 <\/strong>, in the <strong>Remote Desktop<\/strong> client window, in the list of applications, double-click <strong>Command Prompt<\/strong> and verify that it launches a <strong>Command Prompt<\/strong> window. When prompted to authenticate, type the password you set when creating the <strong>aduser1<\/strong> user account, select the checkbox <strong>Remember me<\/strong>, and select <strong>OK<\/strong>.<\/li><\/ul>\n\n\n\n<p><strong>Note<\/strong>: Initially, it might take a few minutes for the application to start, but subsequently, the application startup should be much faster.<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"2\"><li>At the Command Prompt, type <strong>hostname<\/strong> and press the <strong>Enter<\/strong> key to display the name of the computer on which the Command Prompt is running.<\/li><\/ul>\n\n\n\n<p><strong>Note<\/strong>: Verify that the displayed name is <strong>xceed-21-p1-0<\/strong>, <strong>xceed-21-p1-1<\/strong> or <strong>xceed-21-p1-2<\/strong>, rather than <strong>exceed-cl-vm11 <\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"294\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture145.png\" alt=\"\" class=\"wp-image-2786\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture145.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture145-300x141.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>At the Command Prompt, type <strong>logoff<\/strong> and press the <strong>Enter<\/strong> key to log off from the current Remote App session.<\/li><li>Within the Remote Desktop session to <strong>exceed-cl-vm11 <\/strong>, in the <strong>Remote Desktop<\/strong> client window, in the list of applications, double-click <strong>SessionDesktop<\/strong> and verify that it launches a Remote Desktop session.<\/li><li>Within the <strong>Default Desktop<\/strong> session, right-click <strong>Start<\/strong>, select <strong>Run<\/strong>, in the <strong>Open<\/strong> text box of the <strong>Run<\/strong> dialog box, type <strong>cmd<\/strong> and select <strong>OK<\/strong>.<\/li><li>Within the <strong>Default Desktop<\/strong> session, at the Command Prompt, type <strong>hostname<\/strong> and press the <strong>Enter<\/strong> key to display the name of the computer on which the Remote Desktop session is running.<\/li><li>Verify that the displayed name is either <strong>xceed-21-p1-0<\/strong>, <strong>xceed-21-p1-1<\/strong> or <strong>xceed-21-p1-2<\/strong>.<\/li><\/ul>\n\n\n\n<p><strong>Lab 3: Stop and deallocate Azure VMs provisioned in the lab<\/strong><\/p>\n\n\n\n<p>The main tasks for this Lab are as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Stop and deallocate Azure VMs provisioned in the lab<\/li><\/ul>\n\n\n\n<p><strong>Note<\/strong>: In this Lab, you will deallocate the Azure VMs provisioned in this lab to minimize the corresponding compute charges<\/p>\n\n\n\n<p><strong>Task 1: Deallocate Azure VMs provisioned in the lab<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Switch to the lab computer and, in the web browser window displaying the Azure portal, open the <strong>PowerShell<\/strong> shell session within the <strong>Cloud Shell<\/strong> pane.<\/li><li>From the PowerShell session in the Cloud Shell pane, run the following to list all Azure VMs created in this lab:<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-AzVM -ResourceGroup 'exceed-21-RG'<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"200\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture146.png\" alt=\"\" class=\"wp-image-2787\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture146.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture146-300x96.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>From the PowerShell session in the Cloud Shell pane, run the following to stop and deallocate all Azure VMs you created in this lab:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-AzVM -ResourceGroup 'exceed-21-RG' | Stop-AzVM -NoWait -Force\n\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"162\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture147.png\" alt=\"\" class=\"wp-image-2788\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture147.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture147-300x78.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p><strong>Note<\/strong>: The command executes asynchronously (as determined by the -NoWait parameter), so while you will be able to run another PowerShell command immediately afterwards within the same PowerShell session, it will take a few minutes before the Azure VMs are actually stopped and deallocated.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"235\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture148.png\" alt=\"\" class=\"wp-image-2789\" srcset=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture148.png 624w, https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/Picture148-300x113.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>Congratulations, you are now able to create and configure Azure Virtual Desktop host pools and session hosts in an Active Directory Domain Services (AD DS) environment.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><mark class=\"kt-highlight\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-virtue-primary-color\">Reminder: Don&#8217;t forget to delete or shutdown all unused Azure resources after your labs for cost saving<\/mark><\/mark><\/p>\n","protected":false},"excerpt":{"rendered":"<p>An Azure subscription you will be using in this lab. A Microsoft account or an Azure AD account with the Owner or Contributor role in the Azure subscription you will be using in this lab and with the Global Administrator &hellip; <a href=\"https:\/\/exceedthecloud.com\/?p=2740\">Continued<\/a><\/p>\n","protected":false},"author":1,"featured_media":2791,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"kt_blocks_editor_width":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[102,98,4,19],"tags":[103,35,31],"class_list":["post-2740","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-azure-virtual-desktop","category-powershell","category-practical-labs-series","category-virtual-machines","tag-azure-virtual-desktop","tag-virtual-machines","tag-virtual-network"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/03\/istockphoto-1081869346-612x612-1.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts\/2740","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2740"}],"version-history":[{"count":5,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts\/2740\/revisions"}],"predecessor-version":[{"id":2935,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts\/2740\/revisions\/2935"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/media\/2791"}],"wp:attachment":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2740"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2740"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2740"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}