- 4 views
Exam
Answer confirmed
Question
Your network contains an Active Directory Domain Services (AD DS) domain. The domain contains a server named Server1.
You implement Just Enough Administration (JEA) on Server1.
You need to perform remote administration tasks on Server by using only JEA.
What should you use?
Proposed answer
- A. PowerShell only
- B. Remote Server Administration Tools (RSAT) only
- C. PowerShell or Remote Desktop only
- D. PowerShell or Remote Server Administration Tools (RSAT) only
- E. Remote Server Administration Tools (RSAT) or Remote Desktop only
- F. PowerShell, Remote Server Administration Tools (RSAT), or Remote Desktop
Suggested answer
- A. PowerShell only
Correct answer
The suggested answer is correct
Just Enough Administration (JEA) is a security technology that enables delegated administration for anything managed by PowerShell.
https://learn.microsoft.com/en-us/powershell/scripting/security/remoting/jea/overview?view=powershell-7.4
004b54b
2 months, 3 weeks ago
Selected Answer: A
Just Enough Administration (JEA) is a security technology that enables delegated administration for anything managed by PowerShell. (https://learn.microsoft.com/en-us/powershell/scripting/security/remoting/jea/overview?view=powershell-7.4) Determine which commands to allow > meaning it is only available for PS cmdlets and not RSAT tools or RDP (https://learn.microsoft.com/en-us/powershell/scripting/security/remoting/jea/role-capabilities?view=powershell-7.4#determine-which-commands-to-allow)
upvoted 1 times
Krayzr
4 months, 2 weeks ago
Selected Answer: A
A. PowerShell only. Just Enough Administration (JEA) is a security technology that enables delegated administration for anything that can be managed with PowerShell. By using JEA, you can delegate specific tasks to non-administrative users without providing them full administrator rights. Therefore, to perform remote administration tasks on Server1 by using only JEA, you should use PowerShell. Other tools like Remote Server Administration Tools (RSAT) or Remote Desktop are not necessary in this context. They provide broader administrative capabilities and are not limited to the specific roles and tasks that can be defined with JEA. So, the use of PowerShell aligns with the principle of least privilege, which is a key security benefit of JEA.
upvoted 2 times
Payday123
1 year ago
Selected Answer: A
Corect
upvoted 2 times
fabilo
1 year, 1 month ago
Selected Answer: A
A is the answer
upvoted 1 times
windowsmodulesinstallerworker
1 year, 1 month ago
Selected Answer: A
Just Enough Administration (JEA) is a security technology that enables delegated administration for anything managed by PowerShell.
upvoted 4 times