What is Microsoft Entra Connect Hard Match and how to perform Hard Match?

preview_player
Показать описание
In this video tutorial from Microsoft, you will learn about Microsoft EntraHard Match and how Hard Match is performed during Microsoft Entra Sync.

Azure Active Directory is now Microsoft Entra ID, all other Azure Active Directory branded products are now “Microsoft Entra”. Any reference to Azure Active Directory within this video should be replaced with Microsoft Entra or Microsoft Entra ID as applicable.
Рекомендации по теме
Комментарии
Автор

it would be super nice if you could include the PowerShell

mornenaude
Автор

How much time does it take to do the reflection of Azure AD?

sourabhsharma
Автор

Import-module ActiveDirectory
$guid =(Get-ADUser -Identity "from AD").objectguid

Connect—AzureAD
Set-AzureADuser -Objectid "from azure" -Immutableid $immutabIeid

usmanshahid-vpie