Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.38 KB

02-AVD-RDP-Properties.md

File metadata and controls

28 lines (18 loc) · 1.38 KB

Challenge 2: Configure RDP Properties

Previous Challenge - Home - Next Challenge

Introduction

Azure Virtual Desktop enables you to configure and customize Remote Desktop Protocol (RDP) properties for a host pool.

Customizing a host pool's Remote Desktop Protocol (RDP) properties, such as multi-monitor experience and audio redirection, lets you deliver an optimal experience for your users based on their needs.

If you'd like to change the default RDP file properties, you can customize RDP properties in Azure Virtual Desktop by either using the Azure portal or by using the -CustomRdpProperty parameter in the Update-AzWvdHostPool cmdlet.

Challenge

  • Pooled (Desktop / Remote App) Host pool
    • Allow Multiple Displays
    • Smart Sizing should be enabled
    • Deny Camera and Microphone
    • Deny Copy&Paste, Storage, networkdrive and printer redirection

Success Criteria

  • You can not access local or networkdrives redirected from the session host
  • You can not Copy and Paste from you local devices to the desktop or remote app

Learning Resources