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
Update Azure AD, Office 365, Windows Defender, Yammer, and Microsoft Endpoint Manager
references to current product names per Microsoft rebrand guidelines.
Co-authored-by: Copilot <[email protected]>
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/troubleshoot-active-directory/includes/6-troubleshoot-hybrid-authentication-issues.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,17 @@ Small organizations that don't have an on-premises directory such as AD DS can f
14
14
> [!NOTE]
15
15
> The Azure AD directory is not an extension of an on-premises directory. Rather, it's a copy that contains the same objects and identities. Changes made to these items on-premises are copied to Azure AD, but changes made in Azure AD are not replicated back to the on-premises domain.
16
16
17
-
## What is Azure AD Connect?
17
+
## What is Microsoft Entra Connect?
18
18
19
19
Directory synchronization enables synchronization between on-premises AD DS and Azure AD for users, groups, and contacts. In its simplest form, you install a Directory synchronization component on a server in your on-premises domain. You then provide an account with Domain Admin and Enterprise Admin access to on-premises AD DS, and another account with administrator access to Azure AD, and let it run.
20
20
21
-
You can use Azure Active Directory Connect (Azure AD Connect) to perform synchronization between on-premises AD DS and Azure AD. Azure AD Connect is a wizard-based tool designed to enable connectivity between an on-premises identity infrastructure and Azure. Using the wizard, you can choose your topology and requirements and then the wizard deploys and configures all the required components for you.
21
+
You can use Azure Active Directory Connect (Microsoft Entra Connect) to perform synchronization between on-premises AD DS and Azure AD. Microsoft Entra Connect is a wizard-based tool designed to enable connectivity between an on-premises identity infrastructure and Azure. Using the wizard, you can choose your topology and requirements and then the wizard deploys and configures all the required components for you.
22
22
23
-
When you run Azure AD Connect, the following occurs:
23
+
When you run Microsoft Entra Connect, the following occurs:
24
24
25
25
- New users, groups, and contact objects in on-premises AD DS are added to Azure AD.
26
26
27
-
- Attributes of existing users, groups, or contact objects that are modified in on-premises AD DS are modified in Azure AD. However, not all on-premises AD DS attributes are synchronized to Azure AD. You can configure a set of attributes that synchronize to Azure AD by using Synchronization Manager component of Azure AD Connect.
27
+
- Attributes of existing users, groups, or contact objects that are modified in on-premises AD DS are modified in Azure AD. However, not all on-premises AD DS attributes are synchronized to Azure AD. You can configure a set of attributes that synchronize to Azure AD by using Synchronization Manager component of Microsoft Entra Connect.
28
28
29
29
- Existing users, groups, and contact objects that are deleted from the on-premises AD DS are deleted from Azure AD.
30
30
@@ -33,7 +33,7 @@ When you run Azure AD Connect, the following occurs:
33
33
> [!WARNING]
34
34
> However, licenses are not automatically assigned or unassigned.
35
35
36
-
Azure AD requires that you have a single source of authority for every object. Therefore, it's important to understand that in an Azure AD Connect scenario, when you're running Active Directory synchronization you're mastering objects from within your on-premises AD DS.
36
+
Azure AD requires that you have a single source of authority for every object. Therefore, it's important to understand that in an Microsoft Entra Connect scenario, when you're running Active Directory synchronization you're mastering objects from within your on-premises AD DS.
37
37
38
38
> [!IMPORTANT]
39
39
> After the first synchronization cycle is complete, the source of authority is transferred from the cloud to the on-premises AD DS.
@@ -69,15 +69,15 @@ For distinguished names that contain format and duplicate errors, IdFix might no
69
69
70
70
For errors such as format issues, you can make changes to specific attributes object-by-object by using either ADSIEdit or Advanced Mode in Active Directory Users and Computers. However, to make attribute changes to multiple objects, `ADModify.NET` is a better tool. This is because the batch mode operation provided by `ADModify.NET` is particularly useful for making changes to attributes such as UPNs across OUs or domains.
71
71
72
-
## Troubleshoot issues with Azure AD Connect sync
72
+
## Troubleshoot issues with Microsoft Entra Connect Sync
73
73
74
-
If you experience problems synchronizing objects to Azure AD, consider running the troubleshooting task in the Azure AD Connect wizard. To run the wizard, use the following procedure:
74
+
If you experience problems synchronizing objects to Azure AD, consider running the troubleshooting task in the Microsoft Entra Connect wizard. To run the wizard, use the following procedure:
75
75
76
-
1. On your Azure AD Connect server, open an elevated Windows PowerShell command prompt.
76
+
1. On your Microsoft Entra Connect server, open an elevated Windows PowerShell command prompt.
77
77
78
78
1. Run either the `Set-ExecutionPolicy RemoteSigned` or `Set-ExecutionPolicy Unrestricted` command.
79
79
80
-
1. Start the **Azure AD Connect** wizard.
80
+
1. Start the **Microsoft Entra Connect** wizard.
81
81
82
82
1. Select Configure, select **Troubleshoot**, and then select **Next**.
83
83
@@ -105,23 +105,23 @@ You can select a number of options. These are:
105
105
106
106
- Test Active Directory Connectivity
107
107
108
-
Use the guidance in the following document to interpret the output and resolve any discovered issues: [Troubleshoot object synchronization with Azure AD Connect sync](/azure/active-directory/hybrid/tshoot-connect-objectsync).
108
+
Use the guidance in the following document to interpret the output and resolve any discovered issues: [Troubleshoot object synchronization with Microsoft Entra Connect Sync](/azure/active-directory/hybrid/tshoot-connect-objectsync).
109
109
110
-
## Monitor Azure AD Connect
110
+
## Monitor Microsoft Entra Connect
111
111
112
-
If you subscribe to a premium version of Azure AD, you can use the Azure AD Connect Health tool to identify problems with synchronization. To access this tool, in the Azure Active Directory admin center:
112
+
If you subscribe to a premium version of Azure AD, you can use the Microsoft Entra Connect Health tool to identify problems with synchronization. To access this tool, in the Azure Active Directory admin center:
113
113
114
-
1. On the **Azure Active Directory** tab, select **Azure AD Connect**.
114
+
1. On the **Azure Active Directory** tab, select **Microsoft Entra Connect**.
115
115
116
-
1. In the details pane, select the **Azure AD Connect Health** link.
116
+
1. In the details pane, select the **Microsoft Entra Connect Health** link.
117
117
118
118
1. As displayed in the following screenshot, from this page, you can review a number of items and launch several tools, including:
119
119
120
120
- Sync errors. Displays any recent synchronization errors.
121
121
122
122
- Sync services. Displays the current synchronization status. In the screenshot, it displays as Unhealthy.
123
123
124
-

124
+

125
125
126
126
> [!TIP]
127
127
> You can drill down into specific items to learn more.
Copy file name to clipboardExpand all lines: learn-pr/wwl-sci/get-tips-tricks-teach-sc-300-identity-access-administrator/includes/5-explore-best-practices-for-module-2.md
0 commit comments