exam questions

Exam 70-740 All Questions

View all questions & answers for the 70-740 exam

Exam 70-740 topic 1 question 85 discussion

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

HOTSPOT -
You have a virtual machine named VM1 that runs Windows Server 2016. VM1 is a Remote Desktop Services (RDS) server.
You need to ensure that only TCP port 3389 can be used to connect to VM1 over the network.
Which command should you run on the Hyper-V host? To answer, select the appropriate options in the answer area.
Hot Area:

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
MiMo
Highly Voted 5 years, 8 months ago
The answer is correct, here's the example from Microsoft, Create an ACL for Remote Desktop Protocol, Add-VMNetworkAdapterExtendedAcl -VMName "TSQA01" -Action Allow -Direction Inbound -LocalPort "3389" -Protocol "TCP" -Weight 10 -Stateful $True
upvoted 9 times
...
Vortex_SA
Most Recent 4 years, 9 months ago
Didnt see anything regarding this on the exam ref by MS
upvoted 1 times
...
MentalG
5 years, 8 months ago
The Add-VMNetworkAdapterExtendedAcl cmdlet creates an extended access control list (ACL) for a virtual network adapter. The ACL allows or denies access to a virtual machine network adapter for network packets based on source IP address, destination IP address, protocol, source port, and destination port.
upvoted 4 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 ...