HOTSPOT
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.
Explanation:
Enabling reciprocal replication between two sites involves modifying the options attribute
value on the site link object.
http://technet.microsoft.com/en-us/library/cc961787.aspx
http://blogs.technet.com/b/askds/archive/2013/01/21/configuring-change-notification-on-amanually- createdreplication-partner.aspx
The answer should be Attribute: Options -> Value 2
https://technet.microsoft.com/en-us/library/cc730954.aspx
The Replicate every value will be processed as the nearest multiple of 15 minutes, ranging from a minimum of 15 minutes to a maximum of 10,080 minutes (1 week).
https://technet.microsoft.com/en-us/library/cc961787.aspx
To enable reciprocal replication between two sites
1.In ADSI Edit, expand the Configuration container.
2.Navigate to the Inter-SiteTransports container, and select CN=IP . (You cannot enable reciprocal replication for SMTP links.)
3.Right-click the site link object for the sites for which you want to enable reciprocal replication, 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 2 in the Edit Attribute box.
If the Value(s) box already 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 2. For example, if the value in the Value(s) box is 1, calculate 0001 OR 0010 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 .
I agree- Options.