CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 33: 70-741: MCSA Networking with Windows Server 2016

You manage a Windows Server 2016 software-defined network. Network Controller is installed on a three-node domain-joined cluster of virtual machines. You need to add a new access control list (ACL) for the network controller to the network interface on a tenant virtual machine. The ACL will have only one rule that pre…

Nội dung câu hỏi

You manage a Windows Server 2016 software-defined network. Network Controller is installed on a three-node domain-joined cluster of virtual machines. You need to add a new access control list (ACL) for the network controller to the network interface on a tenant virtual machine. The ACL will have only one rule that prevents only outbound traffic from the 10.10.10.0/24 subnet. You plan to run the following Windows PowerShell commands.$ruleproperties = new-object Microsoft.Windows.NetworkController.AclRuleProperties$ruleproperties.SourcePortRange = "0-65535"$ruleproperties.DestinationPortRange = "0-65535"$ruleproperties. Action = "Deny"$ruleproperties. Priority = "100"$ruleproperties. Type = "Outbound"$ruleproperties. Logging = "Enabled"Which three remaining properties should you add to the rule? Each correct answer presents part of the solution. (Choose three.)NOTE: Each correct selection is worth one point.

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. $ruleproperties.SourceAddressPrefix = "10.10.10.0/24" — đáp án hiện tại
  2. B. $ruleproperties.DestinationAddressPrefix = "10.10.10.0/24"
  3. C. $ruleproperties.Protocol = "ALL" — đáp án hiện tại
  4. D. $ruleproperties.Protocol = "TCP"
  5. E. $ruleproperties.SourceAddressPrefix = "*"
  6. F. $ruleproperties.DestinationAddressPrefix = "*" — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề