Merge pull request #10283 from secherka/patch-3

Adding clarification to command execution requirements.
This commit is contained in:
Denise Vangel-MSFT 2022-01-14 10:48:39 -08:00 committed by GitHub
commit b3bea495a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
--- ---
title: Connect to remote Azure Active Directory-joined PC (Windows) title: Connect to remote Azure Active Directory-joined PC (Windows)
description: You can use Remote Desktop Connection to connect to an Azure AD-joined PC. description: You can use Remote Desktop Connection to connect to an Azure AD-joined PC.
keywords: ["MDM", "device management", "RDP", "AADJ"] keywords: "MDM", "device management", "RDP", "AADJ"
ms.prod: w10 ms.prod: w10
ms.mktglfcycl: manage ms.mktglfcycl: manage
ms.sitesec: library ms.sitesec: library
@ -9,7 +9,7 @@ ms.pagetype: devices
author: dansimp author: dansimp
ms.localizationpriority: medium ms.localizationpriority: medium
ms.author: dansimp ms.author: dansimp
ms.date: 09/14/2021 ms.date: 01/14/2022
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.topic: article ms.topic: article
@ -55,8 +55,7 @@ Ensure [Remote Credential Guard](/windows/access-protection/remote-credential-gu
``` ```
where *the-UPN-attribute-of-your-user* is the name of the user profile in C:\Users\, which is created based on the DisplayName attribute in Azure AD. where *the-UPN-attribute-of-your-user* is the name of the user profile in C:\Users\, which is created based on the DisplayName attribute in Azure AD.
This command only works for AADJ device users already added to any of the local groups (administrators). In order to execute this PowerShell command you be a member of the local Administrators group. Otherwise, you'll get an error like this example:
Otherwise this command throws the below error. For example:
- for cloud only user: "There is no such global user or group : *name*" - for cloud only user: "There is no such global user or group : *name*"
- for synced user: "There is no such global user or group : *name*" </br> - for synced user: "There is no such global user or group : *name*" </br>