Skip to content

Commit 2e7355d

Browse files
Merge pull request #209522 from MicrosoftGuyJFlo/WindowsDeviceJoinTroubleshoot
[Azure AD] Devices - Windows Troubleshooter
2 parents 6463323 + 01a937b commit 2e7355d

File tree

5 files changed

+43
-3
lines changed

5 files changed

+43
-3
lines changed

articles/active-directory/devices/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,15 @@
5353
- name: Troubleshoot hybrid Azure AD joined Windows current version
5454
href: troubleshoot-hybrid-join-windows-current.md
5555
- name: Troubleshoot pending device state
56-
href: /troubleshoot/azure/active-directory/pending-devices
56+
href: /troubleshoot/azure/active-directory/pending-devices?toc=/azure/active-directory/fundamentals/toc.json
5757
- name: Troubleshoot using dsregcmd
5858
href: troubleshoot-device-dsregcmd.md
5959
- name: Troubleshoot hybrid Azure AD joined down level Windows devices
6060
href: troubleshoot-hybrid-join-windows-legacy.md
6161
- name: Manage device identities
6262
href: device-management-azure-portal.md
63+
- name: Troubleshooting Windows devices
64+
href: troubleshoot-device-windows-joined.md
6365
- name: Manage stale devices
6466
href: manage-stale-devices.md
6567
- name: Azure Linux VMs and Azure AD
Loading
217 KB
Loading
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Troubleshoot registered, hybrid, and Azure AD joined Windows machines
3+
description: This article helps you troubleshoot hybrid Azure Active Directory-joined Windows 10 and Windows 11 devices
4+
5+
services: active-directory
6+
ms.service: active-directory
7+
ms.subservice: devices
8+
ms.topic: troubleshooting
9+
ms.date: 08/29/2022
10+
11+
ms.author: joflore
12+
author: MicrosoftGuyJFlo
13+
manager: amycolannino
14+
ms.reviewer: jogro
15+
---
16+
# Troubleshooting Windows devices in Azure AD
17+
18+
If you have a Windows 11 or Windows 10 device that isn't working with Azure Active Directory (Azure AD) correctly, start your troubleshooting here.
19+
20+
1. Sign in to the **Azure portal**.
21+
1. Browse to **Azure Active Directory** > **Devices** > **Diagnose and solve problems**.
22+
1. Select **Troubleshoot** under the **Windows 10+ related issue** troubleshooter.
23+
:::image type="content" source="media/troubleshoot-device-windows-joined/devices-troubleshoot-windows.png" alt-text="A screenshot showing the Windows troubleshooter located in the diagnose and solve pane of the Azure portal." lightbox="media/troubleshoot-device-windows-joined/devices-troubleshoot-windows.png":::
24+
1. Select **instructions** and follow the steps to download, run, and collect the required logs for the troubleshooter to analyze.
25+
1. Return to the Azure portal when you've collected and zipped the `authlogs` folder and contents.
26+
1. Select **Browse** and choose the zip file you wish to upload.
27+
:::image type="content" source="media/troubleshoot-device-windows-joined/devices-troubleshoot-windows-upload.png" alt-text="A screenshot showing how to browse to select the logs gathered in the previous step to allow the troubleshooter to make recommendations." lightbox="media/troubleshoot-device-windows-joined/devices-troubleshoot-windows-upload.png":::
28+
29+
The troubleshooter will review the contents of the file you uploaded and provide suggested next steps. These next steps may include links to documentation or contacting support for further assistance.
30+
31+
## Next steps
32+
33+
- [Troubleshoot devices by using the dsregcmd command](troubleshoot-device-dsregcmd.md)
34+
- [Troubleshoot hybrid Azure AD-joined devices](troubleshoot-hybrid-join-windows-current.md)
35+
- [Troubleshooting hybrid Azure Active Directory joined down-level devices](troubleshoot-hybrid-join-windows-legacy.md)
36+
- [Troubleshoot pending device state](/troubleshoot/azure/active-directory/pending-devices)
37+
- [MDM enrollment of Windows 10-based devices](/windows/client-management/mdm/mdm-enrollment-of-windows-devices)
38+
- [Troubleshooting Windows device enrollment errors in Intune](/troubleshoot/mem/intune/troubleshoot-windows-enrollment-errors)

articles/active-directory/devices/troubleshoot-hybrid-join-windows-current.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: devices
88
ms.topic: troubleshooting
9-
ms.date: 02/15/2022
9+
ms.date: 08/29/2022
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -508,7 +508,7 @@ Use Event Viewer to look for the log entries that are logged by the Azure AD Clo
508508
> [!NOTE]
509509
> When you're collecting network traces, it's important to *not* use Fiddler during repro.
510510
511-
1. Run `netsh trace start scenario=internetClient_dbg capture=yes persistent=yes`.
511+
1. Run `netsh trace start scenario=internetClient_dbg capture=yes persistent=yes`.
512512
1. Lock and unlock the device. For hybrid-joined devices, wait a minute or more to allow the PRT acquisition task to finish.
513513
1. Run `netsh trace stop`.
514514
1. Share the *nettrace.cab* file with Support.

0 commit comments

Comments
 (0)