1. Perform Prerequisites:
*
a. Install Dot Net Framework 4.5 (https://www.microsoft.com/en-us/download/details.aspx?id=30653)
*
b. Install Windows Management Framework 3.0 (https://www.microsoft.com/en-us/download/details.aspx?id=34595)
*
c. Download and install Azure AD Connect (https://www.microsoft.com/en-us/download/details.aspx?id=47594)
*
e. Enable PowerShell Remoting on the server: Run PowerShell as Administrator with this command: "Enable-PSRemoting -Force"
1.
Run this PowerShell script from a remote machine:
$serverName = serverNameHere
Invoke-Command -computername $serverName -scriptblock { Start-ADSyncSyncCycle -PolicyType Delta } -credential administrator