"Remote machine is AAD" 但 "The logon attempt failed"

"Remote machine is AAD" but "The logon attempt failed"

我设置了远程桌面连接,计算机显示:AzureAD\username 已经有访问权限:

很好,让我们尝试使用 AzureAD\username:

连接

不幸的是它说:

Your credential did not work. Remote machine is AAD joined. If you are signing in to your work account, try using your work email address.

当然没用。有什么想法吗?

从您的 window 来看,您似乎没有使用 azuread 帐户登录,请尝试使用 francescomantovani@yourazureaddomain.com 作为用户名?

根据此处:https://docs.microsoft.com/en-us/windows/client-management/connect-to-remote-aadj-pc

When you connect to the remote PC, enter your account name in this format: AzureAD UPN. The local PC must either be domain-joined or Azure AD-joined. The local PC and remote PC must be in the same Azure AD tenant.

要使用远程桌面成功连接到已加入 AzureAD 的计算机,您需要先将连接设置保存到 .rdp 文件。

为此,打开远程桌面连接程序,输入 IP 地址或计算机名称,然后单击屏幕底部的 "Save As" 按钮。将其保存在方便的地方,因为我们需要手动编辑此文件。

接下来,右键单击保存的 .rdp 文件并使用记事本打开。

转到文件的最底部,添加以下行:

enablecredsspsupport:i:0
authentication level:i:2

保存文件并关闭。

现在,尝试双击修改后的 .rdp 文件并使用以下格式登录:

AzureAD\YourFullUsername

屏幕截图、原始信息和来源转至 bradleyschacht.com

由于某种原因,旧的远程桌面连接应用程序抛出了同样的错误。我尝试通过新的远程桌面应用程序(包含在 windows 10 中)进行连接,它连接没有任何问题。

只要在远程计算机上启用了 RDP,并且您尝试登录的用户已获得授权,它就应该可以工作。

虽然 Azure Active Directory 用户名不是很清楚。

通过 Azure Active Directory 域帐户“FirstName@domain.com”加入计算机。

计算机显示“AzureAD\FirstNameLastName”已获得 RDP 授权,因为它是管理员帐户。

RDP 用户名必须使用“AzureAD\FirstName@domain.com”。

无需更改其他设置,无需手动编辑 RDP 文件,只需获取正确的用户名即可。

该问题与我们在创建VM时设置的密码有关。

该密码不符合我们在首先设置用户名和密码时未获悉的复杂性标准。因此我们需要重新设置密码。

1). 单击创建的 VM --> 从侧面菜单中选择重置密码。

2).这次他们会告诉我们设置密码的限制条件。

3).选择合适的密码。

4).现在通过以下格式登录:

username : <publicIpOfVM>/<username>
password:  newPassword