Skip to content

Commit ab4b675

Browse files
committed
"Correcting value"
1 parent 33f29d9 commit ab4b675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-desktop/includes/include-rdp-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| Display name | RDP property | Azure Virtual Desktop | Remote Desktop Services | Description | Values | Default value |
44
|--|--|:-:|:-:|--|--|:-:|
55
| 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 |
6-
| 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 are not 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) (Azure Virtual Desktop), 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 |
6+
| 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 are not 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 |
77
| 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 |
88
| 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 |
99
| 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 |

0 commit comments

Comments
 (0)