To take full advantage of Windows Server 2008 to manage shared printers for one location, install the ____ role.

A. Client Services
B. Print Management
C. Print Services
D. Distribution Services

Answer: C

Computer Science & Information Technology

You might also like to view...

Which ROUND function argument specifies the number of decimal places to round to?

A) Num_places B) Digits C) Places D) Num_digits

Computer Science & Information Technology

Which of the following will call a function named setBlue() when a text box with id = "blue" gets the focus?

a. ``` onfocus = "blue" onclick = ("setBlue()"); ``` b. ``` onfocus.blue = setBlue() ``` c. ``` id = "blue" onclick = setBlue() ``` d. ``` onfocus = "setBlue('blue')" ```

Computer Science & Information Technology