exam questions

Exam AZ-800 All Questions

View all questions & answers for the AZ-800 exam

Exam AZ-800 topic 1 question 66 discussion

Actual exam question from Microsoft's AZ-800
Question #: 66
Topic #: 1
[All AZ-800 Questions]

Your network contains an Active Directory Domain Services (AD DS) domain. The domain contains two servers named Server1 and Server2 and the users shown in the following table.



Which users can establish a PowerShell remoting session from Server1 to Server2?

  • A. User1 and User3 only
  • B. User2 and User4 only
  • C. User3 and User4 only
  • D. User1, User3, and User4 only
  • E. User1, User2, User3, and User4
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
AnonChen
3 weeks, 6 days ago
Selected Answer: C
ChatGPT: User3 Server2\Administrators ✅ Yes (Local admin on Server2) User4 Server2\Remote Management Users ✅ Yes (Member of allowed remote group on Server2) ✅ Correct Answer: C. User3 and User4 only These two users have appropriate local rights on Server2, which is required for PowerShell remoting from Server1 to Server2.
upvoted 1 times
...
ppardav
1 month, 3 weeks ago
Selected Answer: C
domain\administrators and domain\remote management users are not added by default to computers
upvoted 2 times
...
SDK76
2 months, 1 week ago
Selected Answer: E
By default, PowerShell Remoting only allows connections from members of the Administrators group. However, members of the Remote Management Users group also have access to PowerShell Remoting starting from PowerShell 4.0. This group is created by default and allows users to connect remotely without requiring full administrator privileges.
upvoted 1 times
...
Westied78
2 months, 1 week ago
Selected Answer: C
User 1 and 2 are domain users, Server 2 is not domain-joined, they therefore have no permissions. It has to be C users 3 and 4 only.
upvoted 1 times
ScKn
1 month, 2 weeks ago
Server2 is in the domain as well
upvoted 1 times
...
...
zuzmo483
4 months ago
Selected Answer: A
https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#remote-management-users Use the Remote Management Users group to allow users to manage servers through the Server Manager console. Use the WinRMRemoteWMIUsers\_ group to allow users to remotely run Windows PowerShell commands.
upvoted 2 times
...
RayFXWang
4 months ago
Selected Answer: C
User1 and User1 have permission on domain controller only, no permission on server1 and server2.
upvoted 2 times
Tvoja_mt
1 month, 2 weeks ago
This is the correct answer
upvoted 1 times
...
...
brunosilvam
4 months, 2 weeks ago
Selected Answer: A
To create remote sessions and run remote commands, by default, the current user must be a member of the Administrators group on the remote computer or provide the credentials of an administrator. Otherwise, the command fails. https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote_requirements?view=powershell-7.5
upvoted 1 times
...
ltkiller
5 months ago
Selected Answer: A
User1 and User3 only, default ONLY administrators. https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote_requirements?view=powershell-7.5#user-permissions
upvoted 1 times
ltkiller
5 months ago
in both powershell 7 and5 https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote_requirements?view=powershell-5.1#user-permissions
upvoted 1 times
ltkiller
4 months, 3 weeks ago
So default U1 and U3, but since U2/U4 are member of Remote Management Users, Everyone! (E), cant change my mistake tho :P
upvoted 1 times
...
...
...
FERNFHIT
6 months, 2 weeks ago
Selected Answer: D
User1: Benutzer, die in einer Domänen-Administratoren-Gruppe sind, verfügen in der Regel über lokale Administratorrechte auf allen Domänenservern (sofern dies nicht explizit entzogen wurde). Somit kann User1 sich per PowerShell Remoting mit Server2 verbinden. User3: Als lokaler Administrator auf Server2 hat User3 standardmäßig Zugriff auf PowerShell-Remoting-Sessions zu Server2. User4: Mitglieder dieser lokalen Gruppe dürfen standardmäßig auf Server2 per PowerShell remoten. Da User4 in dieser Gruppe ist, erhält er ebenfalls Zugriff. User2: Die reine Mitgliedschaft in einer Domänen-Remote-Management-Gruppe bedeutet nicht automatisch lokale Rechte auf Server2. Da User2 nicht in der lokalen "Remote Management Users"-Gruppe von Server2 ist, erhält er keinen Zugriff.
upvoted 1 times
...
formacaotismic
7 months, 1 week ago
Selected Answer: E
User1 (contoso/administrators): Pode estabelecer uma sessão remota, pois é membro do grupo Administrators no domínio contoso. User2 (contoso/Remote Management Users): Pode estabelecer uma sessão remota, pois é membro do grupo Remote Management Users no domínio contoso. User3 (Server2/administrators): Pode estabelecer uma sessão remota, pois é membro do grupo Administrators no Server2. User4 (Server2/Remote Management Users): Pode estabelecer uma sessão remota, pois é membro do grupo Remote Management Users no Server2.
upvoted 2 times
...
formacaotismic
7 months, 1 week ago
E User1 (contoso/administrators): Pode estabelecer uma sessão remota, pois é membro do grupo Administrators no domínio contoso. User2 (contoso/Remote Management Users): Pode estabelecer uma sessão remota, pois é membro do grupo Remote Management Users no domínio contoso. User3 (Server2/administrators): Pode estabelecer uma sessão remota, pois é membro do grupo Administrators no Server2. User4 (Server2/Remote Management Users): Pode estabelecer uma sessão remota, pois é membro do grupo Remote Management Users no Server2.
upvoted 1 times
...
Krayzr
7 months, 2 weeks ago
Selected Answer: E
By default, members of the Administrators group and the Remote Management Users group can initiate PowerShell remoting sessions
upvoted 1 times
...
Jothar
7 months, 2 weeks ago
Change that. A because contoso admins would have the same rights. so both admins could remote in.
upvoted 1 times
...
Jothar
7 months, 2 weeks ago
C. From google ai: User Permissions: By default, only members of the Administrators group on the remote computer have permission to use PowerShell remoting. However, you can configure it to allow non-administrative users by granting them Execute permissions to the appropriate session configurations.
upvoted 1 times
...
Ksk08
7 months, 2 weeks ago
D is correct
upvoted 1 times
...
0b2ca83
8 months ago
D right?
upvoted 1 times
...
Ksk08
8 months, 2 weeks ago
Answer is A. user 1 and 3 since they have the administrator right
upvoted 1 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 ...