
Explanation: Synchronization Service Manager Miilsclient.exe.config
Box 1: Windows Azure Active Directory connector
Box 2: A modified Microsoft.Online.DirSync.Scheduler.exe config file
Box 3: Windows Azure Active Directory connector
Windows Azure Active Directory connector
* Windows Azure Active Directory connector
Right click SourceAD or Active Directory Connector
Click Properties
Select Configure Directory Partitions
Click the Containers... button
Select the OUs that you want to synchronize with Office 365.
* A modified Microsoft.Online.DirSync.Scheduler.exe config file
The default dirsync period between On-premise and Office 365 is 3 hours. This for many people is too long, especially if you are testing.
If you wanted to change the default sync period then firstly navigate to the Windows Azure
Active Directory Sync directory on the member server where the Directory Sync tool is installed. Older version (i.e. pre Azure) the directory will be called Microsoft Online
Directory Sync.
In this folder open up the file Microsoft.Online.DirSync.Scheduler.exe.config file.
Adjust the setting <add key="SyncTimeInterval" value="3:0:0 />
For example if you wanted to bring this down to 1 hour then change this line to the following. <add key="SyncTimeInterval" value="1:0:0 />
* Windows Azure Active Directory connector