Verifying Registration

Verifying Registration

Verifying that a device has successfully registered can be done in a few different ways:

  1. Via Command-Prompt on the device itself.
  2. Viewing the devices status within Azure AD.
  3. Using PowerShell to connect into Azure AD.
ℹ️
See Microsoft’s Docs for more information on troubleshooting HAADJ.

Command-Prompt Method

To confirm the device succeeded in joining run the dsregcmd command and view its output.

  1. Open Windows PowerShell.
  2. Enter dsregcmd /status.
  3. Verify that both AzureAdJoined and DomainJoined are set to YES.
+----------------------------------------------------------------------+
| Device State                                                         |
+----------------------------------------------------------------------+

             AzureAdJoined : YES
          EnterpriseJoined : NO
              DomainJoined : YES
                DomainName : TWOBYTE
               Device Name : IN-S01-LP01.ad.twobyte.blog

...

Azure AD Method

The Azure Active Directory section of Microsoft Azure will show the devices Join Type indicating if it has successfully Hybrid Azure AD Joined.

  1. Sign into https://portal.azure.com.
  2. Open Azure Active Directory tile.
  3. Select Devices in the left-hand column.
  4. Under the Devices section, select All Devices within the left-hand column.

The registration is successful if the Join Type column indicates “Hybrid Azure AD Join”.

PowerShell Method

Please see Microsoft’s Docs for examples on confirming the registration status of devices using PowerShell.