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/clipboard-transfer-direction-data-types.md
+54-39Lines changed: 54 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to configure the clipboard in Azure Virtual Desktop to fu
4
4
ms.topic: how-to
5
5
author: dknappettmsft
6
6
ms.author: daknappe
7
-
ms.date: 03/19/2024
7
+
ms.date: 07/18/2024
8
8
---
9
9
10
10
# Configure the clipboard transfer direction and types of data that can be copied in Azure Virtual Desktop
@@ -43,53 +43,68 @@ Here's how to configure the clipboard transfer direction and the types of data t
43
43
44
44
# [Intune](#tab/intune)
45
45
46
-
To configure the clipboard using Intune, follow these steps. This process [deploys an OMA-URI to target a CSP](/troubleshoot/mem/intune/device-configuration/deploy-oma-uris-to-target-csp-via-intune).
46
+
To configure the clipboard using Intune, follow these steps. This process creates an Intune [settings catalog](/mem/intune/configuration/settings-catalog) policy.
47
47
48
-
1. Sign in to the [Microsoft Intune admin center](https://endpoint.microsoft.com/).
48
+
1. Sign in to the [Microsoft Intune admin center](https://intune.microsoft.com/).
49
49
50
-
1.[Create a profile with custom settings](/mem/intune/configuration/custom-settings-configure) for Windows 10 and later devices, with the **Templates**profile type and the **Custom**profile template name.
1.For the **Basics** tab, enter a name and optional description for the profile, and then select **Next**.
52
+
1.Enter the following properties:
53
53
54
-
1. For the **Configuration settings** tab, select **Add** to show the **Add row** pane.
54
+
-**Platform**: Select **Windows 10 and later**.
55
+
-**Profile type**: Select **Settings catalog**.
55
56
56
-
1. In the **Add row** pane, enter one of the following sets of settings, depending on whether you want to configure the clipboard from session host to client, or client to session host.
57
+
1. Select **Create**.
58
+
1. In **Basics**, enter the following properties:
57
59
58
-
- To configure the clipboard from **session host to client**:
|`<![CDATA[<enabled/><data id="TS_CS_CLIPBOARD_RESTRICTION_Text" value="2"/>]]>`| Allow plain text and images. |
85
-
|`<![CDATA[<enabled/><data id="TS_CS_CLIPBOARD_RESTRICTION_Text" value="3"/>]]>`| Allow plain text, images, and Rich Text Format. |
86
-
|`<![CDATA[<enabled/><data id="TS_CS_CLIPBOARD_RESTRICTION_Text" value="4"/>]]>`| Allow plain text, images, Rich Text Format, and HTML. |
60
+
-**Name**: Enter a descriptive name for the profile. Name your profile so you can easily identify it later.
61
+
-**Description**: Enter a description for the profile. This setting is optional, but recommended.
87
62
88
-
1. Select **Save** to add the row. Repeat the previous two steps to configure the clipboard in the other direction, if necessary, then once you configure the settings you want, select **Next**.
63
+
1. Select **Next**.
89
64
90
-
1. For the **Assignments** tab, select the users, devices, or groups to receive the profile, then select **Next**. For more information on assigning profiles, see [Assign user and device profiles](/mem/intune/configuration/device-profile-assign).
65
+
1. In **Configuration settings**, select **Add settings**. Then:
66
+
67
+
1. In the settings picker, expand **Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Device and Resource Redirection**.
68
+
69
+
1. Select the following settings and make sure you select the settings with the correct scope. The `(User)` settings apply to the user scope. The other settings apply to the device scope. To determine which scope is correct for your scenario, go to [Settings catalog - Device scope vs. user scope settings](/mem/intune/configuration/settings-catalog#device-scope-vs-user-scope-settings):
70
+
71
+
- Restrict clipboard transfer from server to client
72
+
- Restrict clipboard transfer from client to server
73
+
74
+
**OR**
75
+
76
+
- Restrict clipboard transfer from server to client (User)
77
+
- Restrict clipboard transfer from client to server (User)
78
+
79
+
1. Close the settings picker.
91
80
92
-
1. For the **Applicability Rules** tab, select **Next**.
81
+
1. Configure the settings:
82
+
83
+
-**Restrict clipboard transfer from server to client**: Select **Enabled**.
84
+
-**Restrict clipboard transfer from server to client**: Select the type of clipboard data you want to prevent or allow. Your options:
85
+
86
+
- Disable clipboard transfers from server to client
87
+
- Allow plain text
88
+
- Allow plain text and images
89
+
- Allow plain text, images, and Rich Text Format
90
+
- Allow plain text, images, Rich Text Format, and HTML
91
+
92
+
-**Restrict clipboard transfer from client to server**: Select **Enabled**.
93
+
-**Restrict clipboard transfer from client to server**: Select the type of clipboard data you want to prevent or allow. Your options:
94
+
95
+
- Disable clipboard transfers from server to client
96
+
- Allow plain text
97
+
- Allow plain text and images
98
+
- Allow plain text, images, and Rich Text Format
99
+
- Allow plain text, images, Rich Text Format, and HTML
100
+
101
+
1. Select **Next**.
102
+
103
+
1. At the **Scope tags** tab (optional), you can skip this step. For more information about scope tags in Intune, see [Use RBAC roles and scope tags for distributed IT](/mem/intune/fundamentals/scope-tags).
104
+
105
+
Select **Next**.
106
+
107
+
1. For the **Assignments** tab, select the users, devices, or groups to receive the profile, then select **Next**. For more information on assigning profiles, see [Assign user and device profiles](/mem/intune/configuration/device-profile-assign).
93
108
94
109
1. On the **Review + create** tab, review the configuration information, then select **Create**.
0 commit comments