You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Azure AD authentication | enablerdsaadauth:i:*value*| ✔ | ✔ | Determines whether the client will use Azure AD to authenticate to the remote PC if it's available.<br /><br />Note: Available in preview for Windows and web clients only currently. This replaces the property `targetisaadjoined`. | - 0: RDP won't use Azure AD authentication, even if the remote PC supports it.<br />- 1: RDP will use Azure AD authentication if the remote PC supports it. | 0 |
13
-
| Azure AD authentication | targetisaadjoined:i:*value*| ✔ | ✗ | Allows connections to Azure AD-joined session hosts using username and password.<br /><br />Note: only applicable to non-Windows clients and local Windows devices that aren't joined to Azure AD. | - 0: connections to Azure AD-joined session hosts will succeed for Windows devices that [meet the requirements](/azure/virtual-desktop/deploy-azure-ad-joined-vm.md#connect-using-the-windows-desktop-client), but other connections will fail.<br />- 1: connections to Azure AD-joined hosts will succeed but are restricted to entering user name and password credentials when connecting to session hosts. | 0 |
13
+
| Azure AD authentication | targetisaadjoined:i:*value*| ✔ | ✗ | Allows connections to Azure AD-joined session hosts using username and password.<br /><br />Note: only applicable to non-Windows clients and local Windows devices that aren't joined to Azure AD. | - 0: connections to Azure AD-joined session hosts will succeed for Windows devices that [meet the requirements](/azure/virtual-desktop/deploy-azure-ad-joined-vm#connect-using-the-windows-desktop-client), but other connections will fail.<br />- 1: connections to Azure AD-joined hosts will succeed but are restricted to entering user name and password credentials when connecting to session hosts. | 0 |
14
14
| Credential Security Support Provider | enablecredsspsupport:i:*value*| ✔ | ✔ | Determines whether the client will use the Credential Security Support Provider (CredSSP) for authentication if it's available. | - 0: RDP won't use CredSSP, even if the operating system supports CredSSP.<br />- 1: RDP will use CredSSP if the operating system supports CredSSP. | 1 |
15
15
| Alternate shell | alternate shell:s:*value*| ✔ | ✔ | Specifies a program to be started automatically in the remote session as the shell instead of explorer. | Valid path to an executable file, such as `C:\ProgramFiles\Office\word.exe`. | None |
16
16
| KDC proxy name | kdcproxyname:s:*value*| ✔ | ✗ | Specifies the fully qualified domain name of a KDC proxy. | Valid path to a KDC proxy server, such as `kdc.contoso.com`. | None |
@@ -50,7 +50,7 @@ ms.date: 11/15/2022
50
50
| Camera redirection | camerastoredirect:s:*value*| ✔ | ✔ | Configures which cameras to redirect. This setting uses a semicolon-delimited list of `KSCATEGORY_VIDEO_CAMERA` interfaces of cameras enabled for redirection. | - *: Redirect all cameras.<br />- List of cameras, such as `\\?\usb#vid_0bda&pid_58b0&mi`.<br />- You can exclude a specific camera by prepending the symbolic link string with "-". | Don't redirect any cameras. |
51
51
| Media Transfer Protocol (MTP) and Picture Transfer Protocol (PTP) | devicestoredirect:s:*value*| ✔ | ✔ | Determines which devices on the local computer will be redirected and available in the remote session. | - *: Redirect all supported devices, including ones that are connected later.<br />- Valid hardware ID for one or more devices.<br />- DynamicDevices: Redirect all supported devices that are connected later. | Don't redirect any devices. |
52
52
| Drive/storage redirection | drivestoredirect:s:*value*| ✔ | ✔ | Determines which disk drives on the local computer will be redirected and available in the remote session. | - No value specified: don't redirect any drives.<br />- *: Redirect all disk drives, including drives that are connected later.<br />- DynamicDrives: redirect any drives that are connected later.<br />- The drive and labels for one or more drives, such as `drivestoredirect:s:C\:;E\:;`, redirect the specified drive(s). | Don't redirect any drives. |
53
-
| Windows key combinations | keyboardhook:i:*value*| ✔ | ✔ | Determines when Windows key combinations (<kbd>Windows</kbd>, <kbd>Alt</kbd>+<kbd>Tab</kbd>) are applied to the remote session for desktop and RemoteApp connections. | - 0: Windows key combinations are applied on the local computer.<br />- 1: (Desktop only) Windows key combinations are applied on the remote computer when in focus.<br />- 2: (Desktop only) Windows key combinations are applied on the remote computer in full screen mode only.<br />- 3: (RemoteApp only) Windows key combinations are applied on the RemoteApp when in focus. We recommend you use this value only when publishing the Remote Desktop Connection app (`mstsc.exe`) from the host pool on Azure Virtual Desktop. This value is only supported when using the [Windows client](/azure/virtual-desktop/users/connect-windows.md). | 2 |
53
+
| Windows key combinations | keyboardhook:i:*value*| ✔ | ✔ | Determines when Windows key combinations (<kbd>Windows</kbd>, <kbd>Alt</kbd>+<kbd>Tab</kbd>) are applied to the remote session for desktop and RemoteApp connections. | - 0: Windows key combinations are applied on the local computer.<br />- 1: (Desktop only) Windows key combinations are applied on the remote computer when in focus.<br />- 2: (Desktop only) Windows key combinations are applied on the remote computer in full screen mode only.<br />- 3: (RemoteApp only) Windows key combinations are applied on the RemoteApp when in focus. We recommend you use this value only when publishing the Remote Desktop Connection app (`mstsc.exe`) from the host pool on Azure Virtual Desktop. This value is only supported when using the [Windows client](/azure/virtual-desktop/users/connect-windows). | 2 |
54
54
| Clipboard redirection | redirectclipboard:i:*value*| ✔ | ✔ | Determines whether clipboard redirection is enabled. | - 0: Clipboard on local computer isn't available in remote session.<br />- 1: Clipboard on local computer is available in remote session. | 1 |
55
55
| COM ports redirection | redirectcomports:i:*value*| ✔ | ✔ | Determines whether COM (serial) ports on the local computer will be redirected and available in the remote session. | - 0: COM ports on the local computer aren't available in the remote session.<br />- 1: COM ports on the local computer are available in the remote session. | 0 |
56
56
| Location service redirection | redirectlocation:i:*value*| ✔ | ✔ | Determines whether the location of the local device will be redirected and available in the remote session. | - 0: The remote session uses the location of the remote computer or virtual machine.<br />- 1: The remote session uses the location of the local device. | 0 |
0 commit comments