You have an Office 365 environment. Synchronization between the on-premises Active Directory and Office
365 is enabled.
You need to deactivate directory synchronization.
Which Windows PowerShell cmdlet should you run?
complete command to disable directory Sync is Set-MsolDirSyncEnabled –EnableDirSync $false
A.
Update-MsolFederatedDomain
B.
Remove-MsolDomain
C.
Remove-MsolFederatedDomain
D.
Set-MsolDirSyncEnabled
Explanation:
The Set-MsolDirSyncEnabled cmdlet is used to enable or disable directory synchronization for a company. The