VM Join Domain Error via WVD Deployment

Wayne 1 Reputation point
2020-08-28T15:53:29.853+00:00

Chat support and myself cannot figure out how to fix this error. We have a single VNET, single tenant, Azure AD Domain Services domain we are trying to join. The user I am using to join the domain is a global admin and was created in our single tenant in Azure Active Directory. We are receiving the below error:

[
{
"code": "ComponentStatus/JoinDomainException for Option 3 meaning 'User Specified'/failed/1",
"level": "Error",
"displayStatus": "Provisioning failed",
"message": "ERROR - Failed to join domain='xxxxxxx.azure', ou='', user='bodme@xxxxxxxx.com', option='NetSetupJoinDomain, NetSetupAcctCreate' (#3 meaning 'User Specified'). Error code 1326"
},
{
"code": "ComponentStatus/JoinDomainException for Option 1 meaning 'User Specified without NetSetupAcctCreate'/failed/1",
"level": "Error",
"displayStatus": "Provisioning failed",
"message": "ERROR - Failed to join domain='xxxxxxxxx.azure', ou='', user='bodme@xxxxxxxxx .com', option='NetSetupJoinDomain' (#1 meaning 'User Specified without NetSetupAcctCreate'). Error code 1326"
}

Microsoft Entra
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andreas Baumgarten 107.9K Reputation points MVP
    2020-08-28T20:36:40.34+00:00

    Error code 1326 points to a "bad credential" issue if I remember right.

    Maybe you can try again with an Azure AD Domain Service user account with "Dom-Admin" permissions.

    Maybe this is helpful.

    Regards

    Andreas Baumgarten

    (Please don't forget to Accept as answer if the reply is helpful)


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.