exam questions

Exam 70-685 All Questions

View all questions & answers for the 70-685 exam

Exam 70-685 topic 1 question 21 discussion

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

All client computers on your company network run Windows 7 and are members of an Active Directory Domain Services domain.
A network administrator changes the IP address of a file server.
Employees are unable to connect to the file server.
You need to ensure that the employees are able to connect to the file server immediately.
What should you do?

  • A. Instruct the employees to run the ipconfig /renew command.
  • B. Update the Hosts file on the file server with the new IP address.
  • C. Run a remote Windows PowerShell script to flush the DNS resolver cache on each computer.
  • D. Run a remote Windows PowerShell script to run the netstat command on each computer.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
This example wil flush the DNS resolver cache on the remote computer named "SVR1"

Run-RemoteCMD SVR1 -
Enter command to run: ipconfig /flushdns
B. could work but this requires an immediate solution.

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
Currently there are no comments in this discussion, be the first to comment!
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 ...