The tool used to apply policy settings to multiple computers in an Active Directory domain is _______________.

Fill in the blank(s) with the appropriate word(s).


Group Policy

correct

Computer Science & Information Technology

You might also like to view...

Suppose a project has a form named Summary Form. Which one of the following statements creates an instance of the Summary Form class and assigns it to a variable?

a. Summary Form.Show Dialog(); b. Summary Form = this.Form(); c. my Summary Form = Summary Form(); d. my Summary Form = new Summary Form();

Computer Science & Information Technology

What will the following code output?

``` int *numbers = new int[5]; for (int i = 0; i <= 4; i++) *(numbers + i) = i; cout << numbers[2] << endl; ``` a. five memory addresses b. 0 c. 3 d. 2 e. 1

Computer Science & Information Technology

What is the router command for enabling the RIP routing protocol on a router?

a. config router RIP b. router rip c. router rip [area] d. router rip [AS number

Computer Science & Information Technology

Design the SOFTWARE MASTER REPORT containing pertinent information that helps Cher and Hy to locate the various copies of any software package easily. The elements necessary to produce the report are located on the SOFTWARE MASTER REPORT data flow. The TITLE,VERSION, OPERATING SYSTEM NAME, PUBLISHER, CATEGORY, and FIRST and LAST NAME of the software expert should be group printed. Totals are to be included for each TITLE/OPERATING SYSTEM/ VERSION combination. Print the completed report design.

What will be an ideal response?

Computer Science & Information Technology