Skip to content

Commit 42a76bf

Browse files
authored
Merge pull request #107397 from RavennMSFT/patch-33
Update troubleshoot-device-dsregcmd.md
2 parents 4a87b70 + dd6c118 commit 42a76bf

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

articles/active-directory/devices/troubleshoot-device-dsregcmd.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,16 @@ This section performs various tests to help diagnose join failures. This section
208208
- **AD Configuration Test:** - Test reads and verifies whether the SCP object is configured properly in the on-premises AD forest. Errors in this test would likely result in Join errors in the discover phase with the error code 0x801c001d.
209209
- **DRS Discovery Test:** - Test gets the DRS endpoints from discovery metadata endpoint and performs a user realm request. Errors in this test would likely result in Join errors in the discover phase.
210210
- **DRS Connectivity Test:** - Test performs basic connectivity test to the DRS endpoint.
211-
- **Token acquisition Test:** - Test tries to get an Azure AD authentication token if the user tenant is federated. Errors in this test would likely result in Join errors in the auth phase. If auth fails sync join will be attempted as fallback, unless fallback is explicitly disabled with a registry key.
212-
- **Fallback to Sync-Join:** - Set to “Enabled” if the registry key, to prevent the fallback to sync join with auth failures, is NOT present. This option is available from Windows 10 1803 and later.
211+
- **Token acquisition Test:** - Test tries to get an Azure AD authentication token if the user tenant is federated. Errors in this test would likely result in Join errors in the auth phase. If auth fails sync join will be attempted as fallback, unless fallback is explicitly disabled with the below registry key settings.
212+
```
213+
Keyname: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CDJ
214+
Value: FallbackToSyncJoin
215+
Type: REG_DWORD
216+
Value: 0x0 -> Disabled
217+
Value: 0x1 -> Enabled
218+
Default (No Key): Enabled
219+
```
220+
- **Fallback to Sync-Join:** - Set to “Enabled” if the above registry key, to prevent the fallback to sync join with auth failures, is NOT present. This option is available from Windows 10 1803 and later.
213221
- **Previous Registration:** - Time the previous Join attempt occurred. Only failed Join attempts are logged.
214222
- **Error Phase:** - The stage of the join in which it was aborted. Possible values are pre-check, discover, auth, join.
215223
- **Client ErrorCode:** - Client error code returned (HRESULT).

0 commit comments

Comments
 (0)