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.
coleman
Highly Voted 5 years, 7 months agodritter
Highly Voted 6 years, 4 months agopanda
Most Recent 4 years, 5 months agoykarma
4 years, 7 months agoVortex_SA
4 years, 6 months agoVortex_SA
4 years, 6 months agoyvankarma
4 years, 6 months agoYebubbleman
4 years, 6 months agoNickTim
4 years, 8 months agoMsT
5 years, 8 months agoYebubbleman
4 years, 5 months ago