diff --git a/windows/client-management/connect-to-remote-aadj-pc.md b/windows/client-management/connect-to-remote-aadj-pc.md index f741f80e5a..7d283eab8a 100644 --- a/windows/client-management/connect-to-remote-aadj-pc.md +++ b/windows/client-management/connect-to-remote-aadj-pc.md @@ -45,7 +45,7 @@ From its release, Windows 10 has supported remote connections to PCs that are jo > >`net localgroup "Remote Desktop Users" /add "AzureAD\the-UPN-attribute-of-your-user"`, where *FirstnameLastname* is the name of the user profile in C:\Users\, which is created based on DisplayName attribute in Azure AD. > This command works only for the user , who already added into the AADJ device any of the local group (administrators) -Otherwise this command throws the below error. For example: + > Otherwise this command throws the below error. For example: > for cloud only user --> "There is no such global user or group : Azuread\Shenry" > for synced user -->"There is no such global user or group : baz\user2" >