How are a stub zone records updated if the stub zone is Active Directory integrated?
What will be an ideal response?
If it's Active Directory integrated, its records, as in other Active Directory-integrated zones, are updated regularly through Active Directory replication.
You might also like to view...
A first line indent in Word indicates an indent for all but the first line in a paragraph
Indicate whether the statement is true or false
How does the GlobalNames zone (GNZ) feature work?
What will be an ideal response?
The number 1.5E2 is equal to _____.
What will be an ideal response?
What numbers are displayed in the list box by the following program segment?
``` Dim states() As String = {"Colorado", "New Mexico", "Arizona", "Utah"} Dim query = From state in states Where state.EndsWith("o") Select state.Length For Each number in query lstBox.Items.Add(number) Next ``` (A) 8 and 10 (B) 8, 10, 7, 4 (C) 8 (D) 29