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-personal-desktop-assignment-type.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Azure Virtual Desktop personal desktop assignment type - Azure
3
3
description: How to configure automatic or direct assignment for an Azure Virtual Desktop personal desktop host pool.
4
4
author: Heidilohr
5
5
ms.topic: how-to
6
-
ms.date: 03/02/2023
6
+
ms.date: 03/03/2023
7
7
ms.author: helohr
8
8
ms.custom: devx-track-azurepowershell
9
9
manager: femila
@@ -24,7 +24,7 @@ This article assumes you've already downloaded and installed the Azure Virtual D
24
24
25
25
### Define variables
26
26
27
-
The PowerShell commands listed in this article require defining the following variables:
27
+
The PowerShell commands listed in this article require defining the following variables with the placeholder values replaced with the values relevant to your account and deployment:
28
28
29
29
```powershell
30
30
#Define variables
@@ -153,7 +153,7 @@ To reassign a personal desktop in the Azure portal:
153
153
154
154
## Reassign a personal desktop using PowerShell
155
155
156
-
To reassign a personal desktop, run this command:
156
+
To reassign a personal desktop, run this command with the placeholder values replaced with values relevant to your deployment:
157
157
158
158
```powershell
159
159
$reassignDesktopParams = @{
@@ -167,11 +167,11 @@ $reassignDesktopParams = @{
167
167
Invoke-AzRestMethod @reassignDesktopParams
168
168
```
169
169
170
-
## Give session hosts within a personal host pools a friendly name
170
+
## Give session hosts in a personal host pool a friendly name
171
171
172
172
You can give personal desktops you create *friendly names* to help users distinguish them in their feeds.
173
173
174
-
To give a host pool a friendly name, run the following command in PowerShell:
174
+
To give a session host a friendly name, run the following command in PowerShell with the placeholder values replaced with values relevant to your deployment:
Now that you've configured the personal desktop assignment type, you can sign in to an Azure Virtual Desktop client to test it as part of a user session. These articles will show you how to connect to a session using the client of your choice:
207
+
Now that you've configured the personal desktop assignment type and given your session host a friendly name, you can sign in to an Azure Virtual Desktop client to test it as part of a user session. These articles will show you how to connect to a session using the client of your choice:
208
208
209
209
-[Connect with the Windows Desktop client](./users/connect-windows.md)
210
210
-[Connect with the web client](./users/connect-web.md)
0 commit comments