exam questions

Exam 70-417 All Questions

View all questions & answers for the 70-417 exam

Exam 70-417 topic 1 question 388 discussion

Actual exam question from Microsoft's 70-417
Question #: 388
Topic #: 1
[All 70-417 Questions]

You have two servers named Server1 and Server2 that run Windows Server 2012 R2. Server1 and Server2 are part of a workgroup.
On Server1, you add Server2 to Server Manager.
When you attempt to connect to Server2 from Server Manager, you receive the following error message: "Credentials not valid."
You need to ensure that you can manage Server2 from Server1 using Server Manager on Server1.
What should you do?

  • A. On Server 1, run the Set-NetFirewallRule cmdlet.
  • B. On Server 1, run the Set-Item cmdlet.
  • C. On Server 2, install the Remote Server Administration Tools (RSAT).
  • D. On Server 2, run the Configure-SmRemoting cmdlet.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
https://technet.microsoft.com/en-us/library/hh921475(v=ws.11).aspx

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
ms70743
4 years, 9 months ago
Answer is B. Set-Item To add remote workgroup servers to Server Manager On the computer that is running Server Manager, add the workgroup server name to the TrustedHosts list. This is a requirement of NTLM authentication. To add a computer name to an existing list of trusted hosts, add the Concatenate parameter to the command. For example, to add the Server01 computer to an existing list of trusted hosts, use the following command. Set-Item wsman:\localhost\Client\TrustedHosts Server01 -Concatenate -Force
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 ...