Hello!
Right now we are deploying devices with Windows 10 1709, and joining them to Azure Active Directory using Provisioning packages. This works perfect (except for the fact that the Bulk token needs to be refreshed every 30 days).
However, we wish to make the switch to 1803, but the provisioning package failes while joining the AD. All other settings, like the Upgrade to Enterprise etc are configured correctly, but actually joining AD fails.
I've completely recreated the package in ICD 10.0.17134.1 (1803) and still, to no avail.
The message in the Eventlog *(provisioning-diagnostics-provider) is the one below:
ProvXML category 'DeviceAADJoin' failed with '0x80070057' at CSP node 'AADJ/BPRT'. Provisioning failed
This is from AAD Eventlog:
Error: 0xCAA5001C Token broker operation failed.Operation name: AddAccount,
Error: -895352821 (0xcaa2000b), Description: AADSTS50001: Resource 'https://enrollment.manage.microsoft.com/' is disabled.
Trace ID: e89d2d37-1a08-40fd-8655-33217cc60700Correlation ID: 68407247-141e-4ad0-bece-143152bfcbcfTimestamp: 2018-08-17 00:14:11Z
Logged at webaccountprocessor.cpp, line: 532, method: AAD::Core::WebAccountProcessor::ReportOperationError.
This happens on 2 different Azure domains (test and production) with confirmed accounts.
The actual XML of the package uses
<Authority>https://login.microsoftonline.com/common</Authority>
(automatically generated by the ICD). This URL however, 404's?