70-741 Networking with Windows Server 2016

Loading demo links...

Showing 7–9 of 15 questions

Question 7

Your network contains an Active directory forest named contoso.com. The forest has a Distributed File System (DFS) namespace named \\contoso.com \namespace1.

The domain contains a file server named Server1 that runs Windows Server 2016.

You create a folder named Folder1 on Server1.

You need to use Folder1 as a target for Namespace1.

Which two cmdlets should you use? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Select all that apply, then click Submit answer.

  • Grant-DfsnAccess

  • New-DfsnFolder

  • New-DfsReplicatedFolder

  • New-DfsnFolderTarget

  • New-SmbShare

  • Install-WindowsFeature

Question 8

Refer to the exhibit:

Your network contains an Active Directory forest named fabrikam.com. The forest contains the servers configured as shown in the following table:

You plan to implement a VPN. FabRA1 will use the RADIUS proxy for authentication.

You need to ensure that VPN clients can be authenticated and can access internal resources. The solution must ensure that FabRS1 is used as a RADIUS server and FabRP1 is used as a RADIUS proxy.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Select all that apply, then click Submit answer.

  • Create a connection request policy on FabRS1.

  • Create a connection request policy on FabRP1.

  • Create a network policy on FabRS1.

  • Delete the default connection request policy on FabRS1.

  • Create a network policy on FabRP1.

Question 9

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.

Select all that apply, then click Submit answer.

  • $ruleproperties.SourceAddressPrefix = “10.10.10.0/24”

  • $ruleproperties.DestinationAddressPrefix = “10.10.10.0/24”

  • $ruleproperties.Protocol = “ALL”

  • $ruleproperties.Protocol = “TCP”

  • $ruleproperties.SourceAddressPrefix = “*”

  • $ruleproperties.DestinationAddressPrefix = “*”