Securing Windows Server 2016 — Question 80
Your network contains an Active Directory domain named contoso.com. The domain contains a server named Server1.
You configure Just Enough Administration (JEA) on Server1.
When will JEA limit the tasks that can be performed on Server1?
Answer options
- A. when you run winrs.exe and specify Server1 as the remote endpoint
- B. when you run psexec.exe and specify \\Server1 as the remote system
- C. when you run Enter-PSSession and specify Server1 and the ""ComputeName parameter
- D. when establishing a Remote Desktop connection to Server1
Correct answer: D
Explanation
JEA is designed to enforce security by limiting administrative tasks based on user roles. It specifically restricts actions during Remote Desktop connections, ensuring users can only perform tasks that align with their assigned privileges. The other methods mentioned, such as winrs.exe and psexec.exe, do not invoke JEA's restrictions.