A new employee has been hired to perform system administration duties across a large enterprise comprised of multiple separate security domains. Each remote location implements a separate security domain. The new employee has successfully responded to and fixed computer issues for the main office. When the new employee tries to perform work on remote computers, the following messages appears. You need permission to perform this action. Which of the following can be implemented to provide system administrators with the ability to perform administrative tasks on remote computers using their uniquely assigned account?
A. Implement transitive trust across security domains
B. Enable the trusted OS feature across all enterprise computers
C. Install and configure the appropriate CA certificate on all domain controllers
D. Verify that system administrators are in the domain administrator group in the main office
Answer: A. Implement transitive trust across security domains
You might also like to view...
Which of the following can you do in operational mode on a JURT?
a. Monitor network connectivity. b. Troubleshoot the router interface and network connections. c. Entry point for router configuration. d. All the above can be done in operational mode.
What will be the final value of intCount?
``` Dim intCount As Integer = 3 Do intCount += 6 Loop While intCount < 20 ``` a. 20 b. 21 c. 15 d. 9