By default, which GPO is applied first?

a. Site
b. Domain
c. Organizational unit
d. Local

D. Because all computer-specific settings are applied before user logon, and user-specific settings are applied after logon, any user-specific setting, even a local one, would override a conflicting computer-specific setting applied at any level.

Computer Science & Information Technology

You might also like to view...

Which of the following hides or makes unavailable storage devices or groups of storage devices from all but devices with approved access?

A. RAID B. SAN C. NAS D. LUN masking

Computer Science & Information Technology

Which of the following prints the address of character string string given the following declaration? char * string = "test";

a. cout << string; b. cout << *&string; c. cout << static_cast< void * >( string ); d. cout << * string;

Computer Science & Information Technology