You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/devices/hybrid-azuread-join-federated-domains.md
+52-8Lines changed: 52 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,25 +178,69 @@ The installer creates a scheduled task on the system that runs in the user conte
178
178
179
179
## Verify the registration
180
180
181
-
To verify the device registration state in your Azure tenant, you can use the **[Get-MsolDevice](/powershell/msonline/v1/get-msoldevice)** cmdlet in the [Azure Active Directory PowerShell module](/powershell/azure/install-msonlinev1?view=azureadps-2.0).
181
+
Here are 3 ways to locate and verify the device state:
182
+
183
+
### Locally on the device
184
+
185
+
1. Open Windows PowerShell.
186
+
2. Enter `dsregcmd /status`.
187
+
3. Verify that both **AzureAdJoined** and **DomainJoined** are set to **YES**.
188
+
4. You can use the **DeviceId** and compare the status on the service using either the Azure portal or PowerShell.
189
+
190
+
### Using the Azure portal
191
+
192
+
1. Go to the devices page using a [direct link](https://portal.azure.com/#blade/Microsoft_AAD_IAM/DevicesMenuBlade/Devices).
193
+
2. Information on how to locate a device can be found in [How to manage device identities using the Azure portal](https://docs.microsoft.com/azure/active-directory/devices/device-management-azure-portal#locate-devices).
194
+
3. If the **Registered** column says **Pending**, then Hybrid Azure AD Join has not completed. In federated environments, this can happen only if it failed to register and AAD connect is configured to sync the devices.
195
+
4. If the **Registered** column contains a **date/time**, then Hybrid Azure AD Join has completed.
196
+
197
+
### Using PowerShell
198
+
199
+
Verify the device registration state in your Azure tenant by using **[Get-MsolDevice](/powershell/msonline/v1/get-msoldevice)**. This cmdlet is in the [Azure Active Directory PowerShell module](/powershell/azure/install-msonlinev1?view=azureadps-2.0).
182
200
183
201
When you use the **Get-MSolDevice** cmdlet to check the service details:
184
202
185
203
- An object with the **device ID** that matches the ID on the Windows client must exist.
186
-
- The value for **DeviceTrustType** must be **Domain Joined**. This setting is equivalent to the **Hybrid Azure AD joined** state under **Devices** in the Azure AD portal.
187
-
- For devices that are used in Conditional Access, the value for **Enabled** must be **True** and **DeviceTrustLevel** must be **Managed**.
188
-
189
-
**To check the service details**:
204
+
- The value for **DeviceTrustType** is **Domain Joined**. This setting is equivalent to the **Hybrid Azure AD joined** state on the **Devices** page in the Azure AD portal.
205
+
- For devices that are used in Conditional Access, the value for **Enabled** is **True** and **DeviceTrustLevel** is **Managed**.
190
206
191
207
1. Open Windows PowerShell as an administrator.
192
-
1. Enter `Connect-MsolService` to connect to your Azure tenant.
193
-
1. Enter `get-msoldevice -deviceId <deviceId>`.
194
-
1. Verify that **Enabled** is set to **True**.
208
+
2. Enter `Connect-MsolService` to connect to your Azure tenant.
209
+
210
+
#### Count all Hybrid Azure AD joined devices (excluding **Pending** state)
Copy file name to clipboardExpand all lines: articles/active-directory/devices/hybrid-azuread-join-managed-domains.md
+49-5Lines changed: 49 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,24 @@ The installer creates a scheduled task on the system that runs in the user conte
158
158
159
159
## Verify the registration
160
160
161
+
Here are 3 ways to locate and verify the device state:
162
+
163
+
### Locally on the device
164
+
165
+
1. Open Windows PowerShell.
166
+
2. Enter `dsregcmd /status`.
167
+
3. Verify that both **AzureAdJoined** and **DomainJoined** are set to **YES**.
168
+
4. You can use the **DeviceId** and compare the status on the service using either the Azure portal or PowerShell.
169
+
170
+
### Using the Azure portal
171
+
172
+
1. Go to the devices page using a [direct link](https://portal.azure.com/#blade/Microsoft_AAD_IAM/DevicesMenuBlade/Devices).
173
+
2. Information on how to locate a device can be found in [How to manage device identities using the Azure portal](https://docs.microsoft.com/azure/active-directory/devices/device-management-azure-portal#locate-devices).
174
+
3. If the **Registered** column says **Pending**, then Hybrid Azure AD Join has not completed.
175
+
4. If the **Registered** column contains a **date/time**, then Hybrid Azure AD Join has completed.
176
+
177
+
### Using PowerShell
178
+
161
179
Verify the device registration state in your Azure tenant by using **[Get-MsolDevice](/powershell/msonline/v1/get-msoldevice)**. This cmdlet is in the [Azure Active Directory PowerShell module](/powershell/azure/install-msonlinev1?view=azureadps-2.0).
162
180
163
181
When you use the **Get-MSolDevice** cmdlet to check the service details:
@@ -166,17 +184,43 @@ When you use the **Get-MSolDevice** cmdlet to check the service details:
166
184
- The value for **DeviceTrustType** is **Domain Joined**. This setting is equivalent to the **Hybrid Azure AD joined** state on the **Devices** page in the Azure AD portal.
167
185
- For devices that are used in Conditional Access, the value for **Enabled** is **True** and **DeviceTrustLevel** is **Managed**.
168
186
169
-
To check the service details:
170
-
171
187
1. Open Windows PowerShell as an administrator.
172
-
1. Enter `Connect-MsolService` to connect to your Azure tenant.
173
-
1. Enter `get-msoldevice -deviceId <deviceId>`.
174
-
1. Verify that **Enabled** is set to **True**.
188
+
2. Enter `Connect-MsolService` to connect to your Azure tenant.
189
+
190
+
#### Count all Hybrid Azure AD joined devices (excluding **Pending** state)
Copy file name to clipboardExpand all lines: articles/active-directory/devices/hybrid-azuread-join-manual.md
+60-5Lines changed: 60 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -548,16 +548,71 @@ To register Windows down-level devices, you need to download and install a Windo
548
548
549
549
## Verify joined devices
550
550
551
-
You can check for successfully joined devices in your organization by using the [Get-MsolDevice](/powershell/msonline/v1/get-msoldevice) cmdlet in the [Azure Active Directory PowerShell module](/powershell/azure/install-msonlinev1?view=azureadps-2.0).
551
+
Here are 3 ways to locate and verify the device state:
552
552
553
-
The output of this cmdlet shows devices that are registered and joined with Azure AD. To get all devices, use the **-All** parameter, and then filter them by using the **deviceTrustType** property. Domain-joined devices have a value of **Domain Joined**.
553
+
### Locally on the device
554
+
555
+
1. Open Windows PowerShell.
556
+
2. Enter `dsregcmd /status`.
557
+
3. Verify that both **AzureAdJoined** and **DomainJoined** are set to **YES**.
558
+
4. You can use the **DeviceId** and compare the status on the service using either the Azure portal or PowerShell.
559
+
560
+
### Using the Azure portal
561
+
562
+
1. Go to the devices page using a [direct link](https://portal.azure.com/#blade/Microsoft_AAD_IAM/DevicesMenuBlade/Devices).
563
+
2. Information on how to locate a device can be found in [How to manage device identities using the Azure portal](https://docs.microsoft.com/azure/active-directory/devices/device-management-azure-portal#locate-devices).
564
+
3. If the **Registered** column says **Pending**, then Hybrid Azure AD Join has not completed. In federated environments, this can happen only if it failed to register and AAD connect is configured to sync the devices.
565
+
4. If the **Registered** column contains a **date/time**, then Hybrid Azure AD Join has completed.
566
+
567
+
### Using PowerShell
568
+
569
+
Verify the device registration state in your Azure tenant by using **[Get-MsolDevice](/powershell/msonline/v1/get-msoldevice)**. This cmdlet is in the [Azure Active Directory PowerShell module](/powershell/azure/install-msonlinev1?view=azureadps-2.0).
570
+
571
+
When you use the **Get-MSolDevice** cmdlet to check the service details:
572
+
573
+
- An object with the **device ID** that matches the ID on the Windows client must exist.
574
+
- The value for **DeviceTrustType** is **Domain Joined**. This setting is equivalent to the **Hybrid Azure AD joined** state on the **Devices** page in the Azure AD portal.
575
+
- For devices that are used in Conditional Access, the value for **Enabled** is **True** and **DeviceTrustLevel** is **Managed**.
576
+
577
+
1. Open Windows PowerShell as an administrator.
578
+
2. Enter `Connect-MsolService` to connect to your Azure tenant.
579
+
580
+
#### Count all Hybrid Azure AD joined devices (excluding **Pending** state)
0 commit comments