The lowest it’s possible for you to set your Microsoft Active Directory environment replication interval is 15 minutes.
But what if you want your AD environment to replicate instantly instead of waiting 15 minutes?
you could accomplish this using these steps.
Convert the existing value to binary.
For example, the number 3 in binary is 0011.
Take that binary value and use it as the first number in aBoolean BITWISE-OR calculation.
The second value you will use is 0001.