It is possible to edit a GPO from any writable domain controller, or even to connect to a writable domain controller from a client computer running _____________
a. Windows XP
b. Vista
c. Windows 7
d. All of the above.
D. When you connect, you might want to specify which domain controller you are working against.
Computer Science & Information Technology
You might also like to view...
State three ways in which a sorted list may be implemented.
What will be an ideal response?
Computer Science & Information Technology
Which of the following would retrieve the value displayed in a
element which has id = "football" and store that information in a variable named sport?a. sport = document.getElementById("football"); b. document.getElementById("football") = sport; c. sport = document.innerHTML(id = "football"); d. document.write("football");
Computer Science & Information Technology