PrepAway - Latest Free Exam Questions & Answers

Which four cmdlets should you run in sequence?

DRAG DROP
You have a server named Server1 that runs Windows Server 2016.
You need to deploy the first cluster node of a Network Controller cluster.
Which four cmdlets should you run in sequence? To answer, move the appropriate cmdlets from the list of cmdlets to the answer area and arrange them in the correct order.
Select and Place:image:Img9-10.jpg

PrepAway - Latest Free Exam Questions & Answers

Answer:
Answer:

Explanation:

Deploy Network Controller using Windows PowerShell
Step 1: Install-WindowsFeature
Install the Network Controller server role
To install Network Controller by using Windows PowerShell, type the following commands at a Windows
PowerShell prompt, and then press ENTER.
Install-WindowsFeature -Name NetworkController –IncludeManagementToolsStep 2: New-NetworkControllerNodeObject
You can create a Network Controller cluster by creating a node object and then configuring the cluster.
You need to create a node object for each computer or VM that is a member of the Network Controller cluster.
To create a node object, type the following command at the Windows PowerShell command prompt, and then press ENTER. Ensure that you add values for each parameter that are appropriate for your deployment.
New-NetworkControllerNodeObject –Name -Server -FaultDomain -RestInte
Step 3: Install-NetworkControllerCluster
To configure the cluster, type the following command at the Windows PowerShell command prompt, and then press ENTER. Ensure that you add values for each parameter that are appropriate for your deployment.
Install-NetworkControllerCluster –Node –ClusterAuthentication …
Step 4: Install-NetworkController
To configure the Network Controller application, type the following command at the Windows PowerShell command prompt, and then press ENTER. Ensure that you add values for each parameter that are appropriate for your deployment.
Install-NetworkController –Node –ClientAuthentication
References: https://technet.microsoft.com/en-us/library/mt282165.aspx

One Comment on “Which four cmdlets should you run in sequence?


Leave a Reply