UserAuthentication specifies how users are authenticated before the remote desktop connection is established.

Values

0

Specifies that Network-Level user authentication is not required before the remote desktop connection is established. This is the default value.

1

Specifies that Network-Level user authentication is required.

Valid Passes

generalize

specialize

Parent Hierarchy

Applies To

For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-TerminalServices-RDP-WinStationExtensions.

XML Example

The following XML output shows how to set the Microsoft-Windows-TerminalServices-RDP-WinStationExtensions component.

  Copy Code
<SecurityLayer>2</SecurityLayer>
<UserAuthentication>0</UserAuthentication>

See Also