Skip to content
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD

How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD

Written By Anoop C Nair
Last Updated August 20, 2024
Posted In SCCM
SHARE

Let’s quickly look at how to Deploy Remote Desktop Client using ConfigMgr | SCCM. I usually use this version of the RD client to connect to Windows Virtual Desktop(WVD) session hosts. SCCM can help deploy RD clients automatically to all users with WVD access.

Azure Virtual Desktop (AVD), formerly known as Windows Virtual Desktop (WVD), is a powerful system within Microsoft Azure that is assembled to virtualize Windows operating systems. It allows the secure readiness of virtualised desktops and applications over the Internet using the Remote Desktop Protocol.

With Microsoft Remote Desktop clients, clients can initiate connections to Azure Virtual Desktop to open and manage desktops and applications assigned by their administrators. These clients are compatible with several devices beyond various policies and form issues, including desktops, laptops, tablets, and smartphones.

I have a more detailed post on how to manually install and configure Windows Virtual Desktop(WVD) related activities for the remote desktop client. The drawback of manual installation is that you need to provide administrative access to end users.

Patch My PC

Download Remote Desktop Client

The following links will allow you to download the RD Client for WVD. You can use the downloaded source file to create the ConfigMgr application for the RD client.

Create RD Client App using ConfigMgr

Let’s learn how to create a Remote Desktop application to access Windows Virtual Desktop (WVD) session hosts.

  • Navigate to \Software Library\Overview\Application Management\Applications
  • Right-click on the applications and select the Create Application option.
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD - Fig.1
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD – Fig.1
  • Summary details of Remote Desktop applications taken from MSI metadata.
Application name: Remote Desktop
Publisher:
Software version:
Deployment type name: Remote Desktop - Windows Installer (*.msi file)
Product Code: {0D305810-09D2-49D9-8AF7-D5459F40BB95}
Installation behavior: Install for user
Content location: \CMMEMCM\Sources\Package Sources\RD Client\
Number of files: 1
Content files:
RemoteDesktop_1.2.1755.0_x64.msi
  • Click on the Next to continue.

Enter the following details and click on the next button to continue.

Information about the Application
Name : Remote Desktop
Publisher : Microsoft
Command Line: msiexec /i “RemoteDesktop_1.2.1755.0_x64.msi”
Install Behavior : Install for User
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD – Table 1
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD - Fig.2
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD – Fig.2

To exit the Create Application Wizard, click on CLOSE.

General Information:
• Application name: Remote Desktop
• Administrator comments:
• Publisher: Microsoft
• Software version: 1.2.1755
• Optional reference:
Categories:
Deployment type name: Remote Desktop - Windows Installer (*.msi file)
Requirement rules:
Content:
• Content location: \CMMEMCM\Sources\Package Sources\RD Client\
• Installation program: msiexec /i "RemoteDesktop_1.2.1755.0_x64.msi"
Detection Method:
• Product code: {0D305810-09D2-49D9-8AF7-D5459F40BB95}
User Experience:
• Installation behavior: Install for user
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD - Fig.3
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD – Fig.3

RD Client Application Created

Let’s confirm whether the RD client application is created or not.

  • Navigate to \Software Library\Overview\Application Management\Applications
  • Search with “Remote Desktop“.
  • Remote Desktop application is created with one (1) deployment type.
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD - Fig.4
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD – Fig.4

Transfer Source Files to Distribution Point

You need to distribute the content (source files of the RD client application) to distribution points. To complete the SCCM application distribution process, follow the below steps.

  • Right-click on the Remote Desktop Client package and select the Distribute Content option.
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD - Fig.5
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD – Fig.5
  • Click on the Next button from the Distribute Content Wizard.
    • Ensure the following option is selected – Detect associated content dependencies and add them to this distribution.
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD - Fig.6
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD – Fig.6

Click on the Next button after reviewing the content – The content related to RD Client has been selected, and its associated dependencies will be added to this distribution point.

How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD - Fig.7
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD – Fig.7

The content will be distributed to the following distribution points, Distribution point groups and the distribution point groups that are currently associated with collections.

  • From the content destination option, Click the Add button and select Distribution Point to add content to the DP.
  • Select the Distribution Point (DP).
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD - Fig.8
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD – Fig.8

Click on the OK button and then on the NEXT button to continue.

  • Click on the Next, Next, and Close button to finish the content distribution of the RD client package.
Content (1):
• Remote Desktop
Dependencies (1):
• Remote Desktop
Collections (0):
Distribution point groups (0):
Distribution points (1):
• CMMEMCM.MEMCM.COM
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD - Fig.9
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD – Fig.9

Check the Content Distribution Status

You can check the content distribution status using the following path.

  • Navigate to \Monitoring\Overview\Distribution Status\Content Status\Remote Desktop
    • Where remote desktop is the application name
  • You can check whether the content is successfully distributed to the DP.
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD - Fig.10
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD – Fig.10

Deploy RD Client Application to a Collection

Now, let’s figure out how to deploy the RD client application to a collection.

  • Right-click on the Remote Desktop application and select the Deploy option.
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD - Fig.11
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD – Fig.11

Click the Browse button to select the collection to deploy the WVD RD client application. Select the user collections from the drop-down menu.

  • Click on the HTMD User Collection, as shown in the following figure.
  • Click on the OK and Next buttons to continue.
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD - Fig.12
How to Deploy RHow to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD – Fig.12

Click on the Next button from the content page because we have already distributed the last section’s content.

  • Specify settings to control how this software is deployed.
    • I’m making this Install and available.
  • Click on the Next to continue.
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD - Fig.13
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD – Fig.13

Specify the schedule for this deployment. By default, the application will be available as soon as possible. If you want it to be available at a different time, change the availability time to the desired UTC.

  • Click on Next to continue.
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD - Fig.14
How tHow to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD – Fig.14

I keep the user experience and alerts as default settings.

  • Click on the Next and then Next buttons to verify the summary.
General
• Software: Remote Desktop
• Collection: HTMD User (Member Count: 1)
• Use default distribution point groups associated to this collection: Disabled
• Automatically distribute content for dependencies: Enabled
Deployment Settings
• Action: Install
• Purpose: Available
• Allow end users to attempt to repair this application: Disabled
• Allow clients to use a metered Internet connection to download content: Disabled
Application Settings (retrieved from application in software library)
• Application Name: Remote Desktop
• Application Version: 1.2.1755
• Application Deployment Types: Windows Installer (*.msi file)
Scheduling
• Time based on: UTC
• Available Time: As soon as possible
• Deadline Time: Disabled
• Delayed enforcement on deployment: Disabled
User Experience
• User notifications: Display in Software Center and show all notifications
• Ignore Maintenance Windows: Disabled
• System restart (if required to complete the installation): Disabled
• Commit changes at deadline or during a maintenance window (requires restarts): Enabled
Alerts
• Enable System Center Operations Manager maintenance mode: Enabled
• Generate System Center Operations Manager alert when a software installation fails: Disabled
• Create a deployment alert when the threshold is lower than the following: Disabled
• Create a deployment alert when the threshold is higher than the following: Disabled

Click on Next, Next, and Close to exit the wizard.

How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD - Fig.15
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD – Fig.15

PolicyAgent.log

I did initiate a user policy sync from ConfigMgr Applet – User Policy Retrieval & Evaluation Cycle in the control panel to trigger the user policy refresh.

The policyagent.log from SCCM client logs.

  • Requesting User policy assignments for ‘S-1-5-21-2901188661-3025291148-348095268-500’ from authority ‘SMS: MEM’. IsDomainUser = 1, IsCloudUser = 1
  • Raising event: the instance of CCM_PolicyAgent_AssignmentsRequested
  • Successfully submitted an event to the Status Agent.
  • Processing User assignments from ‘SMS: MEM’. The new cookie is ‘2021-03-10 07:50:55.177’.
  • Raising event: the instance of CCM_PolicyAgent_AssignmentsReceived

Results

Let’s check whether the application is available in the Software Center or not.

How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD - Fig.16
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD – Fig.16

I have installed the WVD RD Client application from the Software Center.

How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD - Fig.17
How to Deploy Remote Desktop Client using ConfigMgr | SCCM | WVD – Fig.17

Resources

We are on WhatsApp now. To get the latest step-by-step guides, news, and updates, Join our Channel. Click here – HTMD WhatsApp.

Author

Anoop C Nair has been Microsoft MVP from 2015 onwards for 10 consecutive years! He is a Workplace Solution Architect with more than 22+ years of experience in Workplace technologies. He is also a Blogger, Speaker, and leader of the Local User Group Community. His primary focus is on Device Management technologies like SCCM and Intune. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security, Career, etc.

Written by

Anoop C Nair is Workplace Technology solution architect with 25+ years of experience in global enterprise organizations such as JP Morgan, Capgemini, etc. Microsoft Certified Trainer. Microsoft MVP from 2015 onwards for consecutive 11+ years! He also conducts Intune and modern workplace tech training for enterprise organizations. He is Blogger, Speaker, and Founder of HTMD Community and HTMD Conference. His main focus is on Device Management technologies like Intune, Windows, Cloud PC. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security.

Discussion

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read