exam questions

Exam AZ-800 All Questions

View all questions & answers for the AZ-800 exam

Exam AZ-800 topic 2 question 30 discussion

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

HOTSPOT
-

Your network contains an Active Directory Domain Services (AD DS) domain. The domain contains the servers shown in the following table.



The domain contains the users shown in the following table.



On Server2, you run the Enable-PSRemoting cmdlet.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
Tr619899
1 week, 6 days ago
1. Yes User1 is in: Contoso\Administrators Domain admins are local admins on all domain-joined machines, including Server2. Yes — User1 has admin rights and can remotely access Server2 via PowerShell. 2. No User2 is in: Contoso\Remote Management Users This group does not have admin privileges by default, nor is it granted access to Domain Controllers unless explicitly configured. Also, Enable-PSRemoting was run on Server2, not DC1 — so WinRM is not enabled on DC1. No — Because: Remote Management Users alone isn't enough to access a Domain Controller remotely. PSRemoting not enabled on DC1. 3. No User3 is in: Server2\Power Users Power Users do not have remoting rights by default. Also, since User3 is not in Administrators or Remote Management Users, this won't work unless explicitly configured. No — User3 cannot initiate a PowerShell session to Server2.
upvoted 1 times
...
LionelS
4 months, 1 week ago
No No No By default, remoting requires admin access on the target computer. https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote_requirements The only account with admin access is User1, but it's not member of the Domain Admins group, only of the built-in Administrators group of the domain, that has admin access on the Domain Controllers only. The only working scenario would be User1 remoting to DC1.
upvoted 3 times
...
Opoveda
4 months, 2 weeks ago
I think is Y N N
upvoted 1 times
...
Krayzr
8 months, 2 weeks ago
YNN User1 can establish a PowerShell remoting session from Server1 to Server2. **Yes. User1 is a member of the Contoso\Administrators group, which typically has the necessary permissions to establish a PowerShell remoting session. User2 can establish a PowerShell remoting session from Server2 to DC1. **No. User2 is a member of the Contoso\Remote Management Users group, which allows remote management but does not necessarily grant permissions to connect to a domain controller unless explicitly configured. User3 can establish a PowerShell remoting session from Server1 to Server2. **No. User3 is a member of the Server2\Power Users group, which grants elevated privileges on Server2 but does not inherently provide permissions to establish a remote session from another server.
upvoted 2 times
LuLaCeK
6 months, 3 weeks ago
Not true. Contoso\Administrators is build in group for Domain Controller. Not for Server2. So it won't work.
upvoted 3 times
e489b39
1 month, 4 weeks ago
Contoso\Administrators is Domain Admins group since Contoso is the domain not the computer
upvoted 2 times
...
...
...
Jothar
8 months, 2 weeks ago
Remote Management users is a built-in local group. Needs to be granted on server2 itself. So YNN by default- only domain admins who are part of the built-in local administrators.
upvoted 1 times
...
Ni_yot
9 months, 1 week ago
YNN. The Enable-PSRemoting command is a PowerShell cmdlet that configures the local computer to receive Windows PowerShell remote commands. This is essential for enabling PowerShell remoting, which allows you to run PowerShell commands and scripts on remote computers. Power users do not have permissions to logon remotely
upvoted 2 times
...
Ksk08
9 months, 3 weeks ago
Answer is Yes No No
upvoted 3 times
...
Ksk08
9 months, 3 weeks ago
Correct answer
upvoted 1 times
Ksk08
9 months, 3 weeks ago
sorry this is wrong
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 ...