exam questions

Exam 70-744 All Questions

View all questions & answers for the 70-744 exam

Exam 70-744 topic 2 question 5 discussion

Actual exam question from Microsoft's 70-744
Question #: 5
Topic #: 2
[All 70-744 Questions]

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?

  • 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
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
References:
https://www.red-gate.com/simple-talk/sysadmin/powershell/powershell-just-enough-administration/

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Yebubbleman
4 years, 5 months ago
The supplied reference corroborates C.
upvoted 1 times
...
SimoneV
4 years, 5 months ago
Limit is not deny. When you use Enter-PSSession you interract with the remote JEA session This limits you in 2 ways -Limits the commands available for you -Limits you with the language (no variables etc) because of the NoLanguage mode So both would limit you a bit since Microsoft docs tell you it's difficult to do this with more complex commands With implicit remoting or custom functions you would be able to work around this limitation. https://docs.microsoft.com/en-us/powershell/scripting/learn/remoting/jea/using-jea?view=powershell-7.1 https://devblogs.microsoft.com/scripting/remoting-the-implicit-way/
upvoted 1 times
...
Jardani
4 years, 5 months ago
Pretty sure the given answer is correct. Read the question carefully. Yes JEA works with PowerShell, but that is not what is being asked. It asks when with JEA LIMIT the tasks that can be performed on Server1? Key term Limit. My answer is D.
upvoted 2 times
...
SamsOtro
4 years, 6 months ago
C is correct. https://docs.microsoft.com/en-us/powershell/scripting/learn/remoting/jea/overview?view=powershell-7.1
upvoted 1 times
...
KidCastaldo
4 years, 8 months ago
I agree C
upvoted 1 times
KidCastaldo
4 years, 8 months ago
Well...? Question is when will it limit the task that can be performed Limit in this case can also mean to not allow, or deny. JEA will Allow C but Limit/Deny D. Funny wording. Stupid question.
upvoted 1 times
...
...
ruscomike
4 years, 10 months ago
Wrong. I think it's C. JEA works with PowerShell remote sessions
upvoted 2 times
hkshado
4 years, 10 months ago
I agree with you, it looks like Enter-PSSession -ComputerName dc1 -ConfigurationName name_of_the_JEA_end_point
upvoted 2 times
...
hkshado
4 years, 10 months ago
Enter-PSSession -ComputerName Server1 -ConfigurationName name_of_the_JEA_end_point
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...