Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c15b087

Browse files
committedApr 6, 2022
[Azure AD] Devices - GitHub Issue 90160
1 parent 4cdbb09 commit c15b087

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed
 

‎articles/active-directory/devices/howto-hybrid-azure-ad-join.md

Lines changed: 2 additions & 1 deletion
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: how-to
9-
ms.date: 02/15/2022
9+
ms.date: 04/06/2022
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -141,6 +141,7 @@ If you experience issues with completing hybrid Azure AD join for domain-joined
141141
- [Troubleshooting devices using dsregcmd command](./troubleshoot-device-dsregcmd.md)
142142
- [Troubleshoot hybrid Azure AD join for Windows current devices](troubleshoot-hybrid-join-windows-current.md)
143143
- [Troubleshoot hybrid Azure AD join for Windows downlevel devices](troubleshoot-hybrid-join-windows-legacy.md)
144+
- [Troubleshoot pending device state](/troubleshoot/azure/active-directory/pending-devices)
144145

145146
## Next steps
146147

‎articles/active-directory/devices/howto-hybrid-join-verify.md

Lines changed: 3 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: how-to
9-
ms.date: 01/20/2022
9+
ms.date: 04/06/2022
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -32,7 +32,7 @@ For downlevel devices, see the article [Troubleshooting hybrid Azure Active Dire
3232

3333
1. Go to the devices page using a [direct link](https://portal.azure.com/#blade/Microsoft_AAD_IAM/DevicesMenuBlade/Devices).
3434
2. Information on how to locate a device can be found in [How to manage device identities using the Azure portal](./device-management-azure-portal.md).
35-
3. If the **Registered** column says **Pending**, then hybrid Azure AD join hasn't completed. In federated environments, this state happens only if it failed to register and Azure AD Connect is configured to sync the devices.
35+
3. If the **Registered** column says **Pending**, then hybrid Azure AD join hasn't completed. In federated environments, this state happens only if it failed to register and Azure AD Connect is configured to sync the devices. Wait for Azure AD Connect to complete a sync cycle.
3636
4. If the **Registered** column contains a **date/time**, then hybrid Azure AD join has completed.
3737

3838
## Using PowerShell
@@ -81,3 +81,4 @@ Get-MsolDevice -All -IncludeSystemManagedDevices | where {($_.DeviceTrustType -e
8181

8282
- [Downlevel device enablement](howto-hybrid-join-downlevel.md)
8383
- [Configure hybrid Azure AD join](howto-hybrid-azure-ad-join.md)
84+
- [Troubleshoot pending device state](/troubleshoot/azure/active-directory/pending-devices)

‎articles/active-directory/devices/hybrid-azuread-join-control.md

Lines changed: 5 additions & 1 deletion
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: how-to
9-
ms.date: 01/20/2022
9+
ms.date: 04/06/2022
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -90,6 +90,10 @@ To control the device registration, you should deploy the Windows Installer pack
9090
> [!NOTE]
9191
> If a SCP is not configured in AD, then you should follow the same approach as described to [Configure client-side registry setting for SCP](#configure-client-side-registry-setting-for-scp)) on your domain-joined computers using a Group Policy Object (GPO).
9292
93+
## Why a device might be in a pending state
94+
95+
When you configure a **Hybrid Azure AD join** task in the Azure AD Connect Sync for your on-premises devices, the task will sync the device objects to Azure AD, and temporarily set the registered state of the devices to "pending" before the device completes the device registration. This is because the device must be added to the Azure AD directory before it can be registered. For more information about the device registration process, see [How it works: Device registration](device-registration-how-it-works.md#hybrid-azure-ad-joined-in-managed-environments).
96+
9397
## Post validation
9498

9599
After you verify that everything works as expected, you can automatically register the rest of your Windows current and down-level devices with Azure AD by [configuring the SCP using Azure AD Connect](hybrid-azuread-join-managed-domains.md#configure-hybrid-azure-ad-join).

0 commit comments

Comments
 (0)
Please sign in to comment.