mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 05:17:22 +00:00
Merge pull request #5137 from NagaCSC/patch-1
Command for adding users into RDP group doesn't work
This commit is contained in:
commit
09fb8fbdba
@ -46,6 +46,11 @@ Ensure [Remote Credential Guard](/windows/access-protection/remote-credential-gu
|
|||||||
>
|
>
|
||||||
>`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.
|
>`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 only works for AADJ device users already added to any of the local groups (administrators).
|
||||||
|
> Otherwise this command throws the below error. For example: </br>
|
||||||
|
> for cloud only user: "There is no such global user or group : *name*" </br>
|
||||||
|
> for synced user: "There is no such global user or group : *name*" </br>
|
||||||
|
>
|
||||||
>In Windows 10, version 1709, the user does not have to sign in to the remote device first.
|
>In Windows 10, version 1709, the user does not have to sign in to the remote device first.
|
||||||
>
|
>
|
||||||
>In Windows 10, version 1709, you can add other Azure AD users to the **Administrators** group on a device in **Settings** and restrict remote credentials to **Administrators**. If there is a problem connecting remotely, make sure that both devices are joined to Azure AD and that TPM is functioning properly on both devices.
|
>In Windows 10, version 1709, you can add other Azure AD users to the **Administrators** group on a device in **Settings** and restrict remote credentials to **Administrators**. If there is a problem connecting remotely, make sure that both devices are joined to Azure AD and that TPM is functioning properly on both devices.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user