You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-desktop/configure-host-pool-load-balancing.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,7 @@ Configuring the load-balancing method for a host pool allows you to adjust the W
19
19
20
20
## Prerequisites
21
21
22
-
This article assumes you've followed the instructions in [Set up the Windows Virtual Desktop PowerShell module]() to download and install the PowerShell module and sign in to your Azure account.
23
-
24
-
<!--->This needs a link<--->
22
+
This article assumes you've followed the instructions in [Set up the Windows Virtual Desktop PowerShell module](powershell-module.md) to download and install the PowerShell module and sign in to your Azure account.
Copy file name to clipboardExpand all lines: articles/virtual-desktop/configure-host-pool-personal-desktop-assignment-type.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,6 @@ Automatic assignment is the default assignment type for new personal desktop hos
33
33
34
34
To automatically assign users, first assign them to the personal desktop host pool so that they can see the desktop in their feed. When an assigned user launches the desktop in their feed, they will claim an available session host if they have not already connected to the host pool, which completes the assignment process.
35
35
36
-
> [!NOTE]
37
-
> Make sure you've installed Windows Virtual Desktop PowerShell module version 1.0.1534.2001 or later before following these instructions.
38
-
39
36
To configure a host pool to automatically assign users to VMs, run the following PowerShell cmdlet:
Copy file name to clipboardExpand all lines: articles/virtual-desktop/create-validation-host-pool.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,28 +27,28 @@ You can debug issues in the validation host pool with either [the diagnostics fe
27
27
>[!NOTE]
28
28
> We recommend that you leave the validation host pool in place to test all future updates.
29
29
30
-
## Prerequisites
30
+
>[!IMPORTANT]
31
+
>The Windows Virtual Desktop Spring 2020 release currently has trouble enabling and disabling validation environment. We'll update this article when we've resolved the issue.
31
32
32
-
Before you begin, follow the instructions in [Set up the Windows Virtual Desktop PowerShell module]() to set up your PowerShell module and sign in to Azure.
33
+
## Prerequisites
33
34
34
-
<!-->Create link to this page when article is ready<--->
35
+
Before you begin, follow the instructions in [Set up the Windows Virtual Desktop PowerShell module](powershell-module.md) to set up your PowerShell module and sign in to Azure.
35
36
36
37
## Create your host pool
37
38
38
39
You can create a host pool by following the instructions in any of these articles:
39
40
-[Tutorial: Create a host pool with Azure Marketplace](create-host-pools-azure-marketplace.md)
40
-
-[Create a host pool with an Azure Resource Manager template](./virtual-desktop-fall-2019/create-host-pools-arm-template.md)
41
41
-[Create a host pool with PowerShell](create-host-pools-powershell.md)
42
42
43
43
## Define your host pool as a validation host pool
44
44
45
-
Run the following PowerShell cmdlets to define the new host pool as a validation host pool. Replace the values in quotes by the values relevant to your session:
45
+
Run the following PowerShell cmdlets to define the new host pool as a validation host pool. Replace the values in brackets with the values relevant to your session:
Run the following PowerShell cmdlet to confirm that the validation property has been set. Replace the values in quotes by the values relevant to your session.
51
+
Run the following PowerShell cmdlet to confirm that the validation property has been set. Replace the values in brackets with the values relevant to your session.
@@ -107,7 +107,7 @@ You can change the display name for a published remote desktop by setting a frie
107
107
108
108
3. Under Services, select **Windows Virtual Desktop**.
109
109
110
-
4. On the Windows Virtual Desktop page, select the application groups you want to edit on the left side of the screen.
110
+
4. On the Windows Virtual Desktop page, select **Application groups**on the left side of the screen, then select the name of the app group you want to edit.
111
111
112
112
5. Select **Applications** in the menu on the left side of the screen.
Copy file name to clipboardExpand all lines: articles/virtual-desktop/customize-rdp-properties.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,13 @@ manager: lizross
18
18
> The Windows Virtual Desktop Spring 2020 update is currently in public preview. This preview version is provided without a service level agreement, and we don't recommend using it for production workloads. Certain features might not be supported or might have constrained capabilities.
19
19
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
20
20
21
-
Customizing a host pool's Remote Desktop Protocol (RDP) properties, such as multi-monitor experience and audio redirection, lets you deliver an optimal experience for your users based on their needs. You can customize RDP properties in Windows Virtual Desktop by either using the Azure portal or by using the *-CustomRdpProperty* parameter in the **Get-AzWvdHostPool** cmdlet.
21
+
Customizing a host pool's Remote Desktop Protocol (RDP) properties, such as multi-monitor experience and audio redirection, lets you deliver an optimal experience for your users based on their needs. You can customize RDP properties in Windows Virtual Desktop by either using the Azure portal or by using the *-CustomRdpProperty* parameter in the **Update-AzWvdHostPool** cmdlet.
22
22
23
23
See [supported RDP file settings](https://docs.microsoft.com/windows-server/remote/remote-desktop-services/clients/rdp-files?context=/azure/virtual-desktop/context/context) for a full list of supported properties and their default values.
24
24
25
25
## Prerequisites
26
26
27
-
Before you begin, follow the instructions in [Set up the Windows Virtual Desktop PowerShell module]() to set up your PowerShell module and sign in to Azure.
28
-
29
-
<!-->Create link to this page when article is ready<--->
27
+
Before you begin, follow the instructions in [Set up the Windows Virtual Desktop PowerShell module](powershell-module.md) to set up your PowerShell module and sign in to Azure.
30
28
31
29
## Default RDP properties
32
30
@@ -57,7 +55,7 @@ If there's a setting you want to edit that you don't see in the RDP settings men
57
55
58
56
## Add or edit a single custom RDP property
59
57
60
-
To add or edit multiple custom RDP properties, run the following PowerShell cmdlets and enter the custom RDP properties as a semicolon-separated string:
58
+
To add or edit a single custom RDP property, run the following PowerShell cmdlet:
Copy file name to clipboardExpand all lines: articles/virtual-desktop/publish-apps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ After you publish an app, it will have the default Windows app icon instead of i
44
44
The process you use to publish Microsoft Edge is a little different from the publishing process for other apps. To publish Microsoft Edge with the default homepage, run this cmdlet:
0 commit comments