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
+46-29Lines changed: 46 additions & 29 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: 02/24/2023
6
+
ms.date: 03/02/2023
7
7
ms.author: helohr
8
8
ms.custom: devx-track-azurepowershell
9
9
manager: femila
@@ -22,6 +22,18 @@ You can configure the assignment type of your personal desktop host pool to adju
22
22
23
23
This article assumes you've already downloaded and installed the Azure Virtual Desktop PowerShell module. If you haven't, follow the instructions in [Set up the PowerShell module](powershell-module.md).
24
24
25
+
### Define variables
26
+
27
+
The PowerShell commands listed in this article require defining the following variables:
A personal host pool is a type of host pool that has personal desktops. Personal desktops have one-to-one mapping, which means a single user can only be assigned to a single personal desktop. Every time the user signs in, their user session is directed to their assigned personal desktop session host. This host pool type is ideal for customers with resource-intensive workloads because user experience and session performance will improve if there's only one session on the session host. Another benefit of this host pool type is that user activities, files, and settings persist on the virtual machine operating system (VM OS) disk after the user signs out.
@@ -83,7 +95,7 @@ To directly assign a user to a session host in the Azure portal:
83
95
11. Select the user you want to assign the session host to from the list of available users.
84
96
12. When you're done, select **Select**.
85
97
86
-
## How to unassign a personal desktop using the Azure portal
98
+
## Unassign a personal desktop using the Azure portal
87
99
88
100
To unassign a personal desktop in the Azure portal:
89
101
@@ -103,22 +115,23 @@ To unassign a personal desktop in the Azure portal:
103
115
104
116
8. Select **Unassign** when prompted with the warning.
105
117
106
-
## How to unassign a personal desktop using PowerShell
118
+
## Unassign a personal desktop using PowerShell
107
119
108
120
To unassign a personal desktop in PowerShell, run the following command:
0 commit comments