@Nawaf Khalife As directory synchronization isn't activated or deactivated after 72 hrs, follow these steps, and then contact Support:
Run below PowerShell cmdlets:
- Connect-MSOLService
- (Get-MSOLCompanyInformation).DirectorySynchronizationStatus
If the output is "PendingEnabled" or "PendingDisabled" after the expected enablement time period has passed, this is a known issue with Exchange Online.
Collect the following information from the Windows PowerShell connection:
- Context ID: To collect the context ID, type the following cmdlet, and then press Enter:
(Get-MSOLCompanyInformation).objectID - Service instance: To collect the service instance, type the following cmdlet, and then press Enter:
(Get-MSOLCompanyInformation).AuthorizedServiceInstances
-----------------------------------------------------------------------------------------------------------
Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.