Skip to content

Commit 2facc9a

Browse files
kenwithCopilot
andcommitted
Phase 1B: Update outdated Microsoft terminology
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]>
1 parent f92bbad commit 2facc9a

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

learn-pr/wwl-azure/troubleshoot-active-directory/includes/6-troubleshoot-hybrid-authentication-issues.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ Small organizations that don't have an on-premises directory such as AD DS can f
1414
> [!NOTE]
1515
> 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.
1616
17-
## What is Azure AD Connect?
17+
## What is Microsoft Entra Connect?
1818

1919
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.
2020

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.
2222

23-
When you run Azure AD Connect, the following occurs:
23+
When you run Microsoft Entra Connect, the following occurs:
2424

2525
- New users, groups, and contact objects in on-premises AD DS are added to Azure AD.
2626

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.
2828

2929
- Existing users, groups, and contact objects that are deleted from the on-premises AD DS are deleted from Azure AD.
3030

@@ -33,7 +33,7 @@ When you run Azure AD Connect, the following occurs:
3333
> [!WARNING]
3434
> However, licenses are not automatically assigned or unassigned.
3535
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.
3737

3838
> [!IMPORTANT]
3939
> 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
6969

7070
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.
7171

72-
## Troubleshoot issues with Azure AD Connect sync
72+
## Troubleshoot issues with Microsoft Entra Connect Sync
7373

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:
7575

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.
7777

7878
1. Run either the `Set-ExecutionPolicy RemoteSigned` or `Set-ExecutionPolicy Unrestricted` command.
7979

80-
1. Start the **Azure AD Connect** wizard.
80+
1. Start the **Microsoft Entra Connect** wizard.
8181

8282
1. Select Configure, select **Troubleshoot**, and then select **Next**.
8383

@@ -105,23 +105,23 @@ You can select a number of options. These are:
105105

106106
- Test Active Directory Connectivity
107107

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).
109109

110-
## Monitor Azure AD Connect
110+
## Monitor Microsoft Entra Connect
111111

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:
113113

114-
1. On the **Azure Active Directory** tab, select **Azure AD Connect**.
114+
1. On the **Azure Active Directory** tab, select **Microsoft Entra Connect**.
115115

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.
117117

118118
1. As displayed in the following screenshot, from this page, you can review a number of items and launch several tools, including:
119119

120120
- Sync errors. Displays any recent synchronization errors.
121121

122122
- Sync services. Displays the current synchronization status. In the screenshot, it displays as Unhealthy.
123123

124-
![A screenshot of the Sync services page in the Azure AD Connect Health tool. Unhealthy status is returned.](../media/sync-services.png)
124+
![A screenshot of the Sync services page in the Microsoft Entra Connect Health tool. Unhealthy status is returned.](../media/sync-services.png)
125125

126126
> [!TIP]
127127
> You can drill down into specific items to learn more.

learn-pr/wwl-azure/troubleshoot-active-directory/includes/8-summary-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Use these resources to discover more.
2222

2323
- [Repadmin commands](/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc770963(v=ws.11))
2424

25-
- [Troubleshoot object synchronization with Azure AD Connect sync](/azure/active-directory/hybrid/tshoot-connect-objectsync)
25+
- [Troubleshoot object synchronization with Microsoft Entra Connect Sync](/azure/active-directory/hybrid/tshoot-connect-objectsync)

learn-pr/wwl-sci/get-tips-tricks-teach-sc-300-identity-access-administrator/includes/5-explore-best-practices-for-module-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Module 2 Tips and Tricks
1919

2020
- Describe Azure AD roles and custom roles
2121
- Explain the use of external identity providers
22-
- Clarify Azure AD connect
22+
- Clarify Microsoft Entra Connect
2323
- Explain how to implement PHS, PTA, and SSO
2424
- Focus on proper maintenance!
2525

0 commit comments

Comments
 (0)