Skip to content

Commit 0a57de9

Browse files
author
Jill Grant
authored
Merge pull request #281157 from MandiOhlinger/patch-1
28748086 - Intune 2407 release: Replaced custom profile steps with Settings Catalog steps / July 25
2 parents e01dc4f + 953dfda commit 0a57de9

File tree

1 file changed

+54
-39
lines changed

1 file changed

+54
-39
lines changed

articles/virtual-desktop/clipboard-transfer-direction-data-types.md

Lines changed: 54 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to configure the clipboard in Azure Virtual Desktop to fu
44
ms.topic: how-to
55
author: dknappettmsft
66
ms.author: daknappe
7-
ms.date: 03/19/2024
7+
ms.date: 07/18/2024
88
---
99

1010
# 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
4343

4444
# [Intune](#tab/intune)
4545

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

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/).
4949

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.
50+
1. Select **Devices** > **Manage devices** > **Configuration** > **Create** > **New policy**.
5151

52-
1. For the **Basics** tab, enter a name and optional description for the profile, and then select **Next**.
52+
1. Enter the following properties:
5353

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**.
5556

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

58-
- To configure the clipboard from **session host to client**:
59-
- **Name**: (*example*) Session host to client
60-
- **Description**: *Optional*
61-
- **OMA-URI**: `./Vendor/MSFT/Policy/Config/RemoteDesktopServices/LimitServerToClientClipboardRedirection`
62-
- **Data type**: `String`
63-
- **Value**: Enter a value from the following table:
64-
65-
| Value | Description |
66-
|--|--|
67-
| `<![CDATA[<enabled/><data id="TS_SC_CLIPBOARD_RESTRICTION_Text" value="0"/>]]>` | Disable clipboard transfers from session host to client. |
68-
| `<![CDATA[<enabled/><data id="TS_SC_CLIPBOARD_RESTRICTION_Text" value="1"/>]]>` | Allow plain text. |
69-
| `<![CDATA[<enabled/><data id="TS_SC_CLIPBOARD_RESTRICTION_Text" value="2"/>]]>` | Allow plain text and images. |
70-
| `<![CDATA[<enabled/><data id="TS_SC_CLIPBOARD_RESTRICTION_Text" value="3"/>]]>` | Allow plain text, images, and Rich Text Format. |
71-
| `<![CDATA[<enabled/><data id="TS_SC_CLIPBOARD_RESTRICTION_Text" value="4"/>]]>` | Allow plain text, images, Rich Text Format, and HTML. |
72-
73-
- To configure the clipboard from **client to session host**:
74-
- **Name**: (*example*) Client to session host
75-
- **Description**: *Optional*
76-
- **OMA-URI**: `./Vendor/MSFT/Policy/Config/RemoteDesktopServices/LimitClientToServerClipboardRedirection`
77-
- **Data type**: `String`
78-
- **Value**: Enter a value from the following table:
79-
80-
| Value | Description |
81-
|--|--|
82-
| `<![CDATA[<enabled/><data id="TS_CS_CLIPBOARD_RESTRICTION_Text" value="0"/>]]>` | Disable clipboard transfers from session host to client. |
83-
| `<![CDATA[<enabled/><data id="TS_CS_CLIPBOARD_RESTRICTION_Text" value="1"/>]]>` | Allow plain text. |
84-
| `<![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.
8762

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**.
8964

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

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).
93108

94109
1. On the **Review + create** tab, review the configuration information, then select **Create**.
95110

0 commit comments

Comments
 (0)