1. Perform Prerequisites:
*
a. Install Dot Net Framework 4.5 )
*
b. Install Windows Management Framework 3.0 )
*
c. Download and install Azure AD Connect )
*
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
March 31, 2019March 31, 2019
0 Comments