When setting up OUs in a new domain, why might it be useful to put all computers in one OU and all users in another?

a. It will be easier to inventory computers in the domain.
b. It will help organize users into user groups.
c. An OU must contain either users or computers, but not both.
d. Policies generally apply to either computers or users.


d. Policies generally apply to either computers or users.

Computer Science & Information Technology

You might also like to view...

All of the following is an element of the Windows 7 login screen, EXCEPT _____.

A. icons that represent each of the users B. the Easy of access icon C. system version and edition D. the Start button

Computer Science & Information Technology

Which of the following could you use to declare the iterator p? Why?

Suppose you want to run code that involves the loop ``` //Assume vector v and iterator p has been defined and //given appropriate values for (p = v.begin(); p != v.end(); p++) cout << *p << “ “; ``` ``` std::vector::iterator p; std::vector::const_iterator p; ```

Computer Science & Information Technology

Custom file properties that are used to help find and organize files are called ________

A) icons B) gadgets C) tags D) pointers

Computer Science & Information Technology

FILTERXML is a web function that returns a URL-encoded string from XML content

Indicate whether the statement is true or false.

Computer Science & Information Technology