1. Microsoft Learn | Azure Virtual Desktop documentation. "Supported RDP properties for Azure Virtual Desktop." This document explicitly lists redirectclipboard and drivestoredirect as configurable RDP properties for a host pool to control clipboard and drive redirection
respectively. This directly supports option A.
Section: Customize RDP properties for a host pool.
Details: The article states
"To disable clipboard redirection
use redirectclipboard:i:0." and "To disable drive redirection
leave the drivestoredirect property blank."
2. Microsoft Learn | Azure Virtual Desktop documentation. "Customize Remote Desktop Protocol (RDP) properties for a host pool." This guide provides the step-by-step procedure for modifying these properties in the Azure portal
demonstrating it is a simple
centralized administrative action.
Section: "Customize RDP properties with the Azure portal."
Details: The steps show how to navigate to the host pool's RDP Properties tab and enter the custom RDP settings
confirming the low administrative effort.
3. Microsoft Learn | Intune documentation. "Use the settings catalog to configure settings on Windows
iOS/iPadOS and macOS devices." This document explains how to use Intune configuration profiles. While it shows that RDP settings can be configured
the process involves creating a profile
selecting settings from the catalog
and assigning it to a device group
which is a more involved process than modifying a single property field in the AVD host pool settings.
Section: "Create the profile."
Details: The procedure outlines multiple steps
which contrasts with the simpler method in option A.
4. Microsoft Learn | Azure Active Directory documentation. "What is Conditional Access?" This document clarifies that Conditional Access is a tool for making access decisions to resources and does not extend to configuring the behavior within an application session like AVD.
Section: "Common signals."
Details: The documentation focuses on signals like user
location
and device for granting or blocking access
not for in-session configuration.