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 to compare how much time did it take to complete the same run profile on...
, there are two options. You can just use Enter-PSSession, without first importing the Exchange session: Enter-PSSessionExchangeServernameStart-ADSyncSyncCycle-PolicyType deltaExit-PSSession Or you can use Invoke-Command: Invoke-Command-ScriptBlock{Start-ADSyncSyncCycle-PolicyType delta}-ComputerNam...