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
+84-5Lines changed: 84 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ 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: 07/09/2020
6
+
ms.date: 03/02/2023
7
7
ms.author: helohr
8
8
ms.custom: devx-track-azurepowershell
9
9
manager: femila
10
10
---
11
-
# Configure the personal desktop host pool assignment type
11
+
# Configure personal desktop host pool assignment
12
12
13
13
>[!IMPORTANT]
14
14
>This content applies to Azure Virtual Desktop with Azure Resource Manager Azure Virtual Desktop objects. If you're using Azure Virtual Desktop (classic) without Azure Resource Manager objects, see [this article](./virtual-desktop-fall-2019/configure-host-pool-personal-desktop-assignment-type-2019.md).
@@ -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,10 +95,10 @@ 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
-
87
-
## How to unassign a personal desktop
98
+
## Unassign a personal desktop using the Azure portal
88
99
89
100
To unassign a personal desktop in the Azure portal:
101
+
90
102
1. Sign in to the [Azure portal](https://portal.azure.com).
91
103
2. Enter **Azure Virtual Desktop** into the search bar.
92
104
3. Under **Services**, select **Azure Virtual Desktop**.
@@ -103,7 +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 reassign a personal desktop
118
+
## Unassign a personal desktop using PowerShell
119
+
120
+
To unassign a personal desktop in PowerShell, run the following command:
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:
Copy file name to clipboardExpand all lines: articles/virtual-desktop/create-host-pools-powershell.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ To successfully domain-join, do the following things on each virtual machine:
144
144
145
145
## Register the virtual machines to the Azure Virtual Desktop host pool
146
146
147
-
Registering the virtual machines to a Azure Virtual Desktop host pool is as simple as installing the Azure Virtual Desktop agents.
147
+
Registering the virtual machines to an Azure Virtual Desktop host pool is as simple as installing the Azure Virtual Desktop agents.
148
148
149
149
To register the Azure Virtual Desktop agents, do the following on each virtual machine:
150
150
@@ -184,7 +184,6 @@ To update the agent:
184
184
185
185
6. Once you've uninstalled these items, this should remove all associations with the old host pool. If you want to reregister this host to the service, follow the instructions in [Register the virtual machines to the Azure Virtual Desktop host pool](create-host-pools-powershell.md#register-the-virtual-machines-to-the-azure-virtual-desktop-host-pool).
186
186
187
-
188
187
## Next steps
189
188
190
189
Now that you've made a host pool, you can populate it with RemoteApps. To learn more about how to manage apps in Azure Virtual Desktop, see the Manage app groups tutorial.
0 commit comments