Skip to content

Commit 5ec9b58

Browse files
committed
Updated docs based on Pavithra's feedback.
1 parent 9cc57b6 commit 5ec9b58

11 files changed

+18
-33
lines changed

articles/virtual-desktop/configure-host-pool-load-balancing.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ Configuring the load-balancing method for a host pool allows you to adjust the W
1919
2020
## Prerequisites
2121

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.
2523

2624
## Configure breadth-first load balancing
2725

@@ -36,7 +34,7 @@ Update-AzWvdHostPool -ResourceGroupName <resourcegroupname> -Name <hostpoolname>
3634
After that, to make sure you've set the breadth-first load balancing method, run the following cmdlet:
3735

3836
```powershell
39-
Update-AzWvdHostPool -ResourceGroupName <resourcegroupname> -Name <hostpoolname> | format-list Name, LoadBalancerType
37+
Get-AzWvdHostPool -ResourceGroupName <resourcegroupname> -Name <hostpoolname> | format-list Name, LoadBalancerType
4038
4139
Name : hostpoolname
4240
LoadBalancerType : BreadthFirst
@@ -61,7 +59,7 @@ Update-AzWvdHostPool -ResourceGroupName <resourcegroupname> -Name <hostpoolname>
6159
To make sure the setting has updated, run this cmdlet:
6260

6361
```powershell
64-
Update-AzWvdHostPool -ResourceGroupName <resourcegroupname> -Name <hostpoolname> | format-list Name, LoadBalancerType, MaxSessionLimit
62+
Get-AzWvdHostPool -ResourceGroupName <resourcegroupname> -Name <hostpoolname> | format-list Name, LoadBalancerType, MaxSessionLimit
6563
6664
Name : hostpoolname
6765
LoadBalancerType : DepthFirst

articles/virtual-desktop/configure-host-pool-personal-desktop-assignment-type.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ Automatic assignment is the default assignment type for new personal desktop hos
3333

3434
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.
3535

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-
3936
To configure a host pool to automatically assign users to VMs, run the following PowerShell cmdlet:
4037

4138
```powershell

articles/virtual-desktop/create-validation-host-pool.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,28 @@ You can debug issues in the validation host pool with either [the diagnostics fe
2727
>[!NOTE]
2828
> We recommend that you leave the validation host pool in place to test all future updates.
2929
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.
3132
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
3334

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.
3536

3637
## Create your host pool
3738

3839
You can create a host pool by following the instructions in any of these articles:
3940
- [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)
4141
- [Create a host pool with PowerShell](create-host-pools-powershell.md)
4242

4343
## Define your host pool as a validation host pool
4444

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:
4646

4747
```powershell
4848
Update-AzWvdHostPool -ResourceGroupName <resourcegroupname> -Name <hostpoolname> -ValidationEnvironment:$true
4949
```
5050

51-
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.
5252

5353
```powershell
5454
Get-AzWvdHostPool -ResourceGroupName <resourcegroupname> -Name <hostpoolname> | Format-List

articles/virtual-desktop/customize-feed-for-virtual-desktop-users.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To retrieve a list of published RemoteApps for an app group, run the following P
3434
Get-AzWvdApplication -ResourceGroupName <resourcegroupname> -ApplicationGroupName <appgroupname>
3535
```
3636

37-
To assign a friendly name to a RemoteApp, run the following PowerShell cmdlet:
37+
To assign a friendly name to a RemoteApp, run the following cmdlet with the required parameters:
3838

3939
```powershell
4040
Update-AzWvdApplication -ResourceGroupName <resourcegroupname> -ApplicationGroupName <appgroupname> -Name <applicationname> -FriendlyName <newfriendlyname>
@@ -107,7 +107,7 @@ You can change the display name for a published remote desktop by setting a frie
107107

108108
3. Under Services, select **Windows Virtual Desktop**.
109109

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.
111111

112112
5. Select **Applications** in the menu on the left side of the screen.
113113

articles/virtual-desktop/customize-rdp-properties.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ manager: lizross
1818
> 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.
1919
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2020
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.
2222

2323
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.
2424

2525
## Prerequisites
2626

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.
3028

3129
## Default RDP properties
3230

@@ -57,7 +55,7 @@ If there's a setting you want to edit that you don't see in the RDP settings men
5755

5856
## Add or edit a single custom RDP property
5957

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:
6159

6260
```powershell
6361
Update-AzWvdHostPool -ResourceGroupName <resourcegroupname> -Name <hostpoolname> -CustomRdpProperty <property>
@@ -75,7 +73,7 @@ CustomRdpProperty : <customRDPpropertystring>
7573
For example, if you were checking for the "audiocapturemode" property on a host pool named 0301HP, you'd enter this cmdlet:
7674

7775
```powershell
78-
Get-AzWvdHostPool -ResourceGroupName <resourcegroupname> -Name <hostpoolname> | format-list Name, CustomRdpProperty
76+
Get-AzWvdHostPool -ResourceGroupName 0301rg -Name 0301hp | format-list Name, CustomRdpProperty
7977
8078
Name : 0301HP
8179
CustomRdpProperty : audiocapturemode:i:1;
@@ -102,7 +100,7 @@ CustomRdpProperty : <customRDPpropertystring>
102100
Based on our earlier cmdlet example, if you set up multiple RDP properties on the 0301HP host pool, your cmdlet would look like this:
103101

104102
```powershell
105-
Get-AzWvdHostPool -ResourceGroupName <resourcegroupname> -Name <hostpoolname> | format-list Name, CustomRdpProperty
103+
Get-AzWvdHostPool -ResourceGroupName 0301rg -Name 0301hp | format-list Name, CustomRdpProperty
106104
107105
Name : 0301HP
108106
CustomRdpProperty : audiocapturemode:i:1;audiomode:i:0;
Binary file not shown.
Binary file not shown.
-9.8 KB
Loading
Binary file not shown.

articles/virtual-desktop/publish-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ After you publish an app, it will have the default Windows app icon instead of i
4444
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:
4545

4646
```powershell
47-
New-AzWvdApplication -Name <applicationname> -ResourceGroupName <resourcegroupname> -ApplicationGroupName <appgroupname> -FilePath "shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" -CommandLineSetting <Allow|Require|DoNotAllow> -IconIndex 0 -IconPath "shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" -ShowInPortal:$true
47+
New-AzWvdApplication -Name -ResourceGroupName -ApplicationGroupName -FilePath "shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" -CommandLineSetting <Allow|Require|DoNotAllow> -iconPath "C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\microsoftedge.exe" -iconIndex 0 -ShowInPortal:$true
4848
```
4949

5050
## Next steps

0 commit comments

Comments
 (0)