Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion User/FreeRDP-User-Manual.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Alternatively, the User Principal Name (UPN) notation can be used:

xfreerdp /u:JohnDoe@CONTOSO /p:Password123! /v:rdp.contoso.com

This notation does not have the drawbacks of the backslash character, but introduces a potential conflict with usernames containing the '@' symbol and no domain name. This is frequently the case with the new Windows 8 Microsoft Accounts (a.k.a. Windows Live Accounts) which correspond to an email address. To work work around the ambiguity, precede the user name "[email protected]" with a backslash:
This notation does not have the drawbacks of the backslash character, but introduces a potential conflict with usernames containing the '@' symbol and no domain name. This is frequently the case with the new Windows 8 Microsoft Accounts (a.k.a. Windows Live Accounts) which correspond to an email address. To work around the ambiguity, precede the user name "[email protected]" with a backslash:

xfreerdp /u:\[email protected] /p:Password123! /v:rdp.contoso.com

Expand Down