If its a full sync or a delta sync and which run profile is currently being processed as per the operations tab.According to the run profile which is taking time , we will decide the next course of action. Try t
Thanks You can just use Enter-PSSession, without first importing the Exchange session: Or you can use Invoke-Command: Invoke-Command-ScriptBlock{Start-ADSyncSyncCycle-PolicyType delta}-ComputerName ExchangeServername Make sure WinRM or PSRemoting are configured on your Exchange Server (winrm qui...