Skip to content

Commit c824c6e

Browse files
authored
Merge pull request #8279 from MicrosoftDocs/main
Auto push to live 2025-02-23 18:00:03
2 parents 2d3df4f + 585973c commit c824c6e

File tree

10 files changed

+60
-11
lines changed

10 files changed

+60
-11
lines changed

support/azure/virtual-machines/windows/failed-get-contents-log-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This problem might occur for any of the following reasons:
3131
WindowsAzureGuestAgent starting. Version 2.7.1198.802
3232
(See Workaround 2)
3333

34-
- The automatic generation of the VM Health Report by the VM Guest Agent may fail. If this occurs, no SerialConsole.log file is created. This triggers th e error message that is mentioned in the "Symptoms" section. For example, this report isn't produced if there are unresolved SIDs reported as members in the virtual machine Local Administrators group. To search for such issues, examine the `C:\WindowsAzure\logs\TransparentInstaller.log` file.
34+
- The automatic generation of the VM Health Report by the VM Guest Agent may fail. If this occurs, no SerialConsole.log file is created. This triggers the error message that is mentioned in the "Symptoms" section. For example, this report isn't produced if there are unresolved SIDs reported as members in the virtual machine Local Administrators group. To search for such issues, examine the `C:\WindowsAzure\logs\TransparentInstaller.log` file.
3535
(See Workaround 3)
3636

3737
## Workaround

support/dynamics/gp/set-up-use-lot-expiration-dates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ This example uses Fabrikam, Inc., the sample company for Microsoft Dynamics GP 1
137137
5. In the **Item Number** list, select the item number you created in the Item Maintenance window.
138138
6. In the **Quantity** field, type **-5**.
139139
7. In the **Site ID** list, select **WAREHOUSE**.
140-
8. In the Lot Number Entry window, select **A** in th **e Lot Number** list, and then type 5 in the **Quantity Selected** field.
140+
8. In the Lot Number Entry window, select **A** in the **Lot Number** list, and then type 5 in the **Quantity Selected** field.
141141
9. Select **Insert**.
142142
10. When you receive the following message, type **TEST**, and then select **OK**:
143143
Enter a password to use an expired lot.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: Error AADSTS700003 - Device Object Was Not Found in the Tenant Directory
3+
description: Provides a solution to an issue where you experience the AADSTS700003 error when you try to sign in to an Azure application that can be used with Microsoft Entra ID.
4+
ms.service: entra-id
5+
ms.date: 02/24/2025
6+
ms.reviewer: jutakata, willfid, bachoang, joaos, modawud, v-weizhu
7+
ms.custom: sap:Issues Signing In to Applications
8+
---
9+
10+
# Error AADSTS700003 - Device object was not found in the tenant '\<TenantName\>' directory
11+
12+
This article discusses how to resolve the "AADSTS700003" error that occurs when you try to sign in to an application that's integrated into Microsoft Entra ID.
13+
14+
## Symptoms
15+
16+
When you try to sign in to an application that's integrated into Microsoft Entra ID, you receive an "AADSTS700003" error with one of the following error messages:
17+
18+
- > Device object was not found in the tenant '\<TenantName\>' directory.
19+
- > Your organization has deleted this device.
20+
21+
## Cause
22+
23+
This issue occurs because the device object is deleted on your home tenant. When a device is deleted, the "Delete device" activity type is recorded in the [Microsoft Entra audit log](/entra/identity/monitoring-health/concept-audit-logs). In Microsoft Entra ID, there are three ways to register or join user devices:
24+
25+
- Microsoft Entra registered
26+
- Microsoft Entra joined
27+
- Microsoft Entra hybrid joined
28+
29+
Device registration or join creates a [device identity](/entra/identity/devices/overview). This device identity is used in scenarios such as [device-based Conditional Access policies](/entra/identity/conditional-access/concept-conditional-access-grant) and [Mobile Device Management with Microsoft Intune](/mem/endpoint-manager-overview). When you receive the AADSTS700003 error, the device object isn't found in the tenant.
30+
31+
## Solution
32+
33+
Engage the home tenant administrators to determine when and why your device object is deleted. Then, take the corresponding action depending on the device registration/join type, as shown in the following table:
34+
35+
| Device join type | Action |
36+
|--|--|
37+
| Microsoft Entra registered | For Windows 10/11 Microsoft Entra registered devices, go to **Settings** > **Accounts** > **Access Work or School**. Select your work or school account on the screen. Select **Disconnect** to disconnect the device. Then, register the device to Microsoft Entra ID again.<br/><br/>For iOS and Android, you can use the Microsoft Authenticator application and select **Settings** > **Device Registration** > **Unregister device**. Then, register the device to Microsoft Entra ID again.<br/><br/>For macOS, you can use the Microsoft Intune Company Portal application to unenroll the device from management and remove any registration. Then, register the device to Microsoft Entra ID again.<br/><br/> For more information, see [Microsoft Entra register FAQ](/entra/identity/devices/faq#how-do-i-remove-a-microsoft-entra-registered-state-for-a-device-locally).|
38+
| Microsoft Entra joined | Open a PowerShell console with the administrative right on the Windows device, and run the `dsregcmd /forcerecovery` command. Select **Sign in** to sign in with your Microsoft Entra ID account. |
39+
| Microsoft Entra hybrid joined | Open a PowerShell console with the administrative right on the Windows device, and run the `dsregcmd /leave` command. Then, reboot the device and sign in to the device with your domain credential. |
40+
41+
## More information
42+
43+
For a full list of authentication and authorization error codes, see [Microsoft Entra authentication and authorization error codes](/azure/active-directory/develop/reference-error-codes).
44+
45+
To investigate individual errors, go to [https://login.microsoftonline.com/error](https://login.microsoftonline.com/error).
46+
47+
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]

support/entra/entra-id/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@
9898
href: app-integration/error-code-AADSTS75005-not-a-valid-saml-request.md
9999
- name: Error AADSTS750054 - SAML request or response not present
100100
href: app-integration/error-code-AADSTS750054-saml-request-not-present.md
101+
- name: Error AADSTS700003 - Device object was not found in the tenant directory
102+
href: app-integration/error-code-aadsts700003-device-object-not-found.md
101103
- name: Error AADSTS7000110 - request is ambiguous, multiple application identifiers found
102104
href: app-integration/error-code-aadsts7000110-request-is-ambiguous.md
103105
- name: Error AADSTS7000112 - application is disabled

support/sql/analysis-services/wmi-provider-error-0x80004005-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This issue occurs because when you set up the clustered instance of Analysis Ser
4646

4747
To fix this issue, grant the SQL Server Analysis Services service SID the local policy user Log on as a service right.
4848

49-
- For a default instance of SQL Server Analysis Services, t he name of the service SID is `NT SERVICE\MSSQLServerOLAPService`.
49+
- For a default instance of SQL Server Analysis Services, the name of the service SID is `NT SERVICE\MSSQLServerOLAPService`.
5050
- For a named instance, the name is `NT SERVICE\MSOLAP$\<instance name>`.
5151

5252
To grant the **Log on as a service right** to the service SID, follow these steps:

support/windows-client/performance/invalid-boot-file-received-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ If you have a mix of UEFI and Legacy BIOS machines, you cannot use DHCP Scope Op
3838

3939
## More information
4040

41-
For more information about he WDS Boot Program's for UEFI computers wdsmgfw.efi, see [Managing Network Boot Programs](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc732351%28v=ws.10%29).
41+
For more information about the WDS Boot Program's for UEFI computers wdsmgfw.efi, see [Managing Network Boot Programs](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc732351%28v=ws.10%29).

support/windows-server/group-policy/allow-active-content-to-run-files-on-my-computer-not-working.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ _Original KB number:_ &nbsp; 2002093
1818

1919
## Symptoms
2020

21-
If you use Windows or the Remote Server Administration Tools (RSAT) for Windows to enable he Group Policy Preference setting **Allow active content to run files on My Computer** remain disabled when the policy is applied on the client computers. If you disable the policy setting, you will find that it gets enabled on the client computers after the next Group Policy refresh.
21+
If you use Windows or the Remote Server Administration Tools (RSAT) for Windows to enable the Group Policy Preference setting **Allow active content to run files on My Computer** remain disabled when the policy is applied on the client computers. If you disable the policy setting, you will find that it gets enabled on the client computers after the next Group Policy refresh.
2222

2323
The **Allow active content to run files on My Computer** is configured in the Group Policy Management Editor by navigating to **User Configuration\Preferences\Control Panel Settings\Internet Settings** and selecting **New**, then **Internet Explorer 7**. On the **Advanced** tab, scroll down to the **Security** section to view the **Allow active content to run files on My Computer** setting.
2424

support/windows-server/licensing-and-activation/troubleshoot-activation-error-codes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ Request more activations to increase limit. If you require more activations, con
331331

332332
When you encounter this error, you see this error message:
333333

334-
> The activation server reported that teh Multiple Activation Key extension limit has been exceeded.
334+
> The activation server reported that the Multiple Activation Key extension limit has been exceeded.
335335
336336
**Cause:**
337337

@@ -486,7 +486,7 @@ To resolve this issue, activate the KMS host by using either [online or telephon
486486

487487
When you encounter this error, you see this error message:
488488

489-
> The Software Protection Service determined that teh specified Key Management Service cannot be read.
489+
> The Software Protection Service determined that the specified Key Management Service cannot be read.
490490
491491
**Cause:**
492492

@@ -528,7 +528,7 @@ To resolve this issue, get a new MAK or KMS key, install it on the system, then
528528

529529
When you encounter this error, you see this error message:
530530

531-
> The Software Protection Service reported that teh non-genuine grace period expired.
531+
> The Software Protection Service reported that the non-genuine grace period expired.
532532
533533
**Cause:**
534534

support/windows-server/remote/windows-server-2016-rds-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Remote Desktop Gateway
308308
309309
Remote Desktop Virtualization Host
310310

311-
- [KB4013429](https://support.microsoft.com/help/4013429) Addressed an issue in which t he RD Virtualization Host role fails to install on nested VM.
311+
- [KB4013429](https://support.microsoft.com/help/4013429) Addressed an issue in which the RD Virtualization Host role fails to install on nested VM.
312312

313313
Remote Desktop Web Access
314314

support/windows/win32/win32-networkadapterconfiguration-unable-retrieve-information.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Win32_NetworkAdapterConfiguration class is unable to retrieve information
3-
description: This article provides a resolution for the problem where he Win32_NetworkAdapterConfiguration class is unable to retrieve information about PPPoE (Point-to-point protocol over Ethernet) and VPN (Virtual Private Network).
3+
description: This article provides a resolution for the problem where the Win32_NetworkAdapterConfiguration class is unable to retrieve information about PPPoE (Point-to-point protocol over Ethernet) and VPN (Virtual Private Network).
44
ms.date: 12/19/2023
55
ms.custom: sap:Networking Development\Other
66
ms.reviewer: koichm
@@ -9,7 +9,7 @@ ms.topic: troubleshooting
99

1010
# The Win32_NetworkAdapterConfiguration class is unable to retrieve information about PPPoE (Point-to-point protocol over Ethernet) and VPN (Virtual Private Network)
1111

12-
This article helps you resolve the problem where he `Win32_NetworkAdapterConfiguration` class is unable to retrieve information about PPPoE (Point-to-point protocol over Ethernet) and VPN (Virtual Private Network).
12+
This article helps you resolve the problem where the `Win32_NetworkAdapterConfiguration` class is unable to retrieve information about PPPoE (Point-to-point protocol over Ethernet) and VPN (Virtual Private Network).
1313

1414
_Applies to:_ &nbsp; Windows Vista
1515
_Original KB number:_ &nbsp; 2549091

0 commit comments

Comments
 (0)