Skip to content

Commit e10d662

Browse files
committed
more changes per Christian
1 parent a4d88fb commit e10d662

3 files changed

Lines changed: 50 additions & 10 deletions

File tree

windows-365/enterprise/add-device-images.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,21 @@ If you want to use a custom device image, you can add it into your Azure subscri
3939
4040
## Add a custom device image
4141

42-
You can upload the custom image to the Windows 365 service by following these steps:
42+
For both hybrid Azure Active Directory (Azure AD) join and Azure AD join connections, you can upload the custom image to the Windows 365 service by following these steps:
4343

44-
> [!NOTE]
45-
> For Azure AD Join on-premises network connections (OPNC) without your own network, you can upload custom images from your Azure subscription. You must first [create an on-premises network connection](create-on-premises-network-connection.md) with the Azure subscription associated with the targeted custom images.
44+
1. For Azure AD join on-premises network connections (OPNC) without your own network, you can upload custom images from your Azure subscription. You must first [create an on-premises network connection](create-on-premises-network-connection.md) with the Azure subscription associated with the targeted custom images.
4645

47-
1. Sign in to the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
46+
2. Sign in to the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
4847

49-
2. Select **Devices** > **Windows 365** (under **Provisioning**) > **Device images** > **Add**.
48+
3. Select **Devices** > **Windows 365** (under **Provisioning**) > **Device images** > **Add**.
5049
![Screenshot of add device image](./media/add-device-images/add-device-image.png)
5150

52-
3. In the **Add image** pane, provide the following information:
51+
4. In the **Add image** pane, provide the following information:
5352
- **Image name**: The name of the image you want to add.
5453
- **Image version**: A version number of the image with this format: Major(int).Minor(int).Patch(int) format. For example: 0.0.1, 1.5.13.
5554
- **Source Image**: Choose an image to add. The list will populate with all custom images from your subscription that meet the pre-requisites.
5655

57-
3. Select **Add** to add the image to your device image list.
56+
5. Select **Add** to add the image to your device image list.
5857

5958
## Delete a custom device image
6059

windows-365/enterprise/create-on-premises-network-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
author: ErikjeMS
88
ms.author: erikje
99
manager: dougeby
10-
ms.date: 08/02/2021
10+
ms.date: 02/08/2022
1111
ms.topic: how-to
1212
ms.service: cloudpc
1313
ms.subservice:

windows-365/enterprise/manage-rdp-device-redirections.md

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ ms.collection:
3232

3333
Remote Desktop Protocol (RDP) can be used to create redirections that let users connect to peripherals (like cameras, USB drives, and printers) from remote devices like Cloud PCs. By default, these redirections are enabled for Cloud PCs. For security reasons, you might want to override the default and block these redirections.
3434

35-
## Use GPO to manage RDP device redirections
35+
To understand which redirections are supported based on which platform is used to access the Cloud PC, see [Compare the clients: redirections](/windows-server/remote/remote-desktop-services/clients/remote-desktop-app-compare).
3636

37-
To block any of the redirections, create and assign a Group Policy Object with the corresponding policies as shown in the table below. To learn more about the policies, download the [Group Policy Settings Reference Spreadsheet](https://www.microsoft.com/download/101451) :
37+
## RDP device redirection settings
38+
39+
The following redirections can be managed by using the appropriate setting:
3840

3941
| Redirection | Group policy |
4042
| --- | --- |
@@ -48,6 +50,45 @@ To block any of the redirections, create and assign a Group Policy Object with t
4850
| Smartcards | Do not allow smart card device redirection |
4951
| USB drives| Do not allow supported Plug and Play device redirection |
5052

53+
There are two mechanisms to control these redirections:
54+
55+
- Settings Catalog: Available as a device configuration policy option in Microsoft Endpoint Manager and can be used to manage both Azure Active Directory (Azure AD) join and hybrid Azure AD join Cloud PCs.
56+
- Group Policy Object (GPO): Available as part of Windows Server Active Directory and can be used to manage hybrid Azure AD join Cloud PCs only.
57+
58+
Follow the appropriate guidance to manage RDP device redirections.
59+
60+
## Use the Settings Catalog to manage RDP device redirections
61+
62+
To manage any of the redirections by using the Settings Catalog, create and assign a device configuration policy:
63+
64+
1. Sign in to the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431), select **Devices** > **Configuration profiles** > **Create profile**.
65+
66+
2. Select the **Windows 10 and later** platform, the **Settings catalog (preview)** profile type, then **Create**.
67+
68+
3. On the **Basics** page, enter a **Name** and **Description** (optional) for the new policy.
69+
70+
4. On the **Configuration settings** page, select **+ Add settings** to list and select settings to manage.
71+
72+
- To manage printer redirection settings, search for “Printer Redirection”, select the resulting category, and select the settings you want to manage.
73+
- To manage other redirection settings, search for “Device and Resource Redirection”, select the resulting category, and select the settings you want to manage.
74+
75+
5. After you've selected all the redirection settings that you want to manage, close the **Settings picker** view, configure the settings on the **Configuration settings** page, then select **Next**.
76+
77+
6. On the **Assignments** page, select the users or groups that will receive the redirection policy, then select **Next**.
78+
79+
7. On the **Scope tags** page, select any desired scope tags to apply, then select **Next**.
80+
81+
8. On the *Review + create** page, select **Create**.
82+
83+
See [settings catalog](/mem/intune/configuration/settings-catalog) for any additional guidance on creating a device configuration policy through the settings catalog.
84+
85+
> [!Note]
86+
> The settings catalog configures policies by using the Policy CSP. To make sure that these settings take precedence over a conflicting GPO, you can also configure the [ControlPolicyConflict CSP]( /windows/client-management/mdm/policy-csp-controlpolicyconflict#controlpolicyconflict-policies).
87+
88+
## Use a GPO to manage RDP device redirections
89+
90+
To manage any of the redirections by using GPO, create and assign a GPO in your Windows Server Active Directory domain. Make sure to use the corresponding policies as shown in the (RDP device redirection settings table)(#rdp-device-redirection-settings). To learn more about the policies, download the [Group Policy Settings Reference Spreadsheet](https://www.microsoft.com/download/101451) :
91+
5192
## Redirection support
5293

5394
The following table lists which peripherals are supported for redirection based on which platform is used to access the Cloud PC.

0 commit comments

Comments
 (0)