, 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}-ComputerName...