az-800 Practice Question 977
Exam: az-800
Domain: Deploy and manage Active Directory Domain Services (AD DS) in on-premises and cloud environments
Topic: Implement and manage hybrid identities
Difficulty: hard
You need to temporarily disable synchronization in Microsoft Entra Connect to perform maintenance. Which PowerShell cmdlet should you use?
Answer Options
A
Set-ADSyncScheduler -SyncCycleEnabled $false
B
Stop-Service ADSync
C
Disable-ADSyncExport
D
Suspend-AzureADConnect
Correct Answer
A: Set-ADSyncScheduler -SyncCycleEnabled $false
Explanation
The Set-ADSyncScheduler cmdlet with the -SyncCycleEnabled $false parameter stops the built-in scheduler from triggering any further synchronization cycles.