You have two servers that run Windows Server 2016. The server are configured as shown in the following table.
< ><>>>>< ><>>< ><>>< ><>>< ><>>< >
Correct Answer:
C
DRAG DROP
You install a new Nano Server named Nano1. Nano1 is a member of a workgroup and has an IP address of 192.168.1.10.
You have a server named Server1 that runs Windows Server 2016.
From Server1, you need to establish a Windows PowerShell session to Nano1.
How should you complete the PowerShell script? To answer, drag the appropriate cmdlets to the correct targets. Each cmdlet may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Solution:
How to access Nano Server
Because Nano Server does not support a local session, it must be accessed remotely. References:
https://msdn.microsoft.com/en-us/library/mt708805(v=vs.85).aspx
Does this meet the goal?
Correct Answer:
A
HOT SPOT
Your network contains an Active Directory domain named adatum.com. The domain contains two servers named Server1 and Server2 that run Windows Server 2016. The domain contains three users named User1, User 2 and User 3.
Server 1 has a share named Share1 that has the following configurations.
< ><>>< ><>>< ><>>< >
Solution:
Does this meet the goal?
Correct Answer:
A
You have a virtual machine named VM1 that runs Windows Server 2016. VM1 hosts a service that requires high network throughput.
VM1 has a virtual network adapter that connects to a Hyper-V switch named vSwitch1. vSwitch1 has one network adapter. The network adapter supports Remote Direct Memory Access (RMDA), the Single Root I/O Virtualization (SR-IOV) interface, Quality of Service (QoS), and Receive Side Scaling (RSS).
You need to ensure that the traffic from VM1 can be processed by multiple networking processors. Which Windows PowerShell command should you run on the host of VM1?
Correct Answer:
A
The Set-NetAdapterRss cmdlet sets the receive side scaling (RSS) properties on a network adapter. RSS is a scalability technology that distributes the receive network traffic among multiple processors
by hashing the header of the incoming packet. Without RSS Windows Server 2012/2016; network traffic is received on the first processor which can quickly reach full utilization limiting receive network throughput. Many properties can be configured using the parameters to optimize the performance of RSS. The selection of the processors to use for RSS is an important aspect of load balancing. Most of the parameters for this cmdlet help to determine the processors used by RSS.
HOTSPOT
Your network contains an Active Directory forest. The forest contains two sites named Site1 and Site2. Site1 contains 10 domain controllers. Site1 and Site2 connect to each other by using a WAN link.
You run the Active Directory Domain Services Configuration Wizard as shown in the following graphic.
< ><>>>< >
Solution:
Box1: stop and start the Active Directory Domain Services (AD DS) Box 2: Can log on if they have previously logged on.
By selectively caching credentials, RODCs address some of the challenges that enterprises can encounter in branch offices and perimeter networks (also known as DMZs) that may lack the physical security that is commonly found in datacenters and hub sites.
Does this meet the goal?
Correct Answer:
A