Hi,
I am using ARM template to add Vms to domain which are already deployed.
I am getting the below error while adding them to the domain
ERRx[
{
"code": "ComponentStatus/JoinDomainException for Option 3 meaning 'User Specified'/failed/1",
"level": "Error",
"displayStatus": "Provisioning failed",
"message": "ERROR - Failed to join domain='test.com', ou='trialou', user='test.com\\admin001', option='NetSetupJoinDomain, NetSetupAcctCreate' (#3 meaning 'User Specified'). Error code 87"
},
{
"code": "ComponentStatus/JoinDomainException for Option 1 meaning 'User Specified without NetSetupAcctCreate'/failed/1",
"level": "Error",
"displayStatus": "Provisioning failed",
"message": "ERROR - Failed to join domain='test.com', ou='trialou', user='test.com\\admin001', option='NetSetupJoinDomain' (#1 meaning 'User Specified without NetSetupAcctCreate'). Error code 1332"
}
]
I am using a separate OU and DC is communicating with the vms perfectly. I was able to manually add the vms to the dc but script is failing.
Please provide a solution.
Regards,
Sree