Your network contains an Active Directory domain named contoso.com.
The domain contains two Active Directory sites named Site1 and Site2.
You discover that when the account of a user in Site1 is locked out, the user can still log on to the servers in
Site2 for up to 15 minutes by using Remote Desktop Services (RDS).
You need to reduce the amount of time it takes to synchronize account lockout information across the domain.
Which attribute should you modify? To answer, select the appropriate attribute in the answer area.
Answer:
I’m not sure exactly why but this site is loading extremely slow for me.
Is anyone else having this problem or is it a issue on my end?
I’ll check back later on and see if the problem still exists.
some comment is relinterval, since it mention 15 minute right now.
https://msdn.microsoft.com/en-us/library/cc220803.aspx
Options is correct!
Agree with Dilhan – “Options” are the correct attribute. Amazing how punctual ,Microsoft guys became :)!
Agree with Dilhan – Options is the correct attribute. Amazing how punctual Microsoft guys became :)!
options is correct
Advanced replication management
https://technet.microsoft.com/en-us/library/cc961787.aspx
Change Notification Between Sites
By default, changes are replicated between sites according to a schedule and not according to when changes occur. For this reason, the greatest replication latency across the forest is the sum of the greatest replication latencies along the single longest replication path of any directory partition.
For special circumstances, you can configure change notifications on connections between sites. By modifying the site link object, you can enable change notification between sites for all connections that occur over that link. Use ADSI Edit to enable change notification between sites.
To enable change notification between sites
1.
In ADSI Edit, expand the Configuration container.
2.
Navigate to the Inter-Site Transports container, and select CN=IP . (You cannot enable change notification for SMTP links.)
3.
Right-click the site link object for the sites for which you want to enable change notification, and then click Properties .
4.
In the Select a property to view box, select options .
5.
In the Edit Attribute box, if the Value(s) box shows , type 1 in the Edit Attribute box. If the Value(s) box contains a value, you must derive the new value by using a Boolean BITWISE-OR calculation on the old value, as follows: old_value BITWISE-OR 1. For example, if the value in the Value(s) box is 2, calculate 0010 OR 0001 to equal 0011. Type the integer value of the result in the Edit Attribute box; for this example, the value is 3.
6.
Click OK .
Enabling change notifications across site links propagates all change notifications. With change notification between sites set, changes propagate to the remote site with the same frequency that they are propagated within the source site, including changes that warrant urgent replication.