exam questions

Exam 70-741 All Questions

View all questions & answers for the 70-741 exam

Exam 70-741 topic 1 question 94 discussion

Actual exam question from Microsoft's 70-741
Question #: 94
Topic #: 1
[All 70-741 Questions]

DRAG DROP -
You have a server named Server1 that runs Windows Server 2016.
You need to deploy the first node cluster 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 answer area and arrange them in the correct order.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
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 IncludeManagementTools
Step 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 <string> -Server<String> -FaultDomain <string>-RestInte
Step 3: Install-NetworkControllerCluster
To configure the cluster, typethe 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 <NetworkControllerNode[]> 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 <NetworkControllerNode[]> ClientAuthentication
References: https://technet.microsoft.com/en-us/library/mt282165.aspx

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Paz
Highly Voted 5 years, 10 months ago
https://docs.microsoft.com/en-us/windows-server/networking/sdn/deploy/deploy-network-controller-using-windows-powershell
upvoted 9 times
...
dan
Highly Voted 5 years, 10 months ago
Paz, like your link - lays it out well - so the answer for this question is correct as is.
upvoted 6 times
...
Yebubbleman
Most Recent 4 years, 5 months ago
Exam Ref 70-741 details this procedure as well in the section called "Deploying Network Controller"
upvoted 1 times
...
panda
4 years, 5 months ago
I think the given answers are correct. Disable-NetwrkControllerNode is a cmdlet to disable Network Controller and Enable-NetwrkControllerNode is to able, which are used after configuring Network Controller.
upvoted 1 times
...
Wezy911
4 years, 7 months ago
Got this Question on 30/10/2020 and they asked for 3 cmdlets... weird....
upvoted 4 times
V1980
4 years, 7 months ago
I don't suppose it omitted the install-feature cmdlet?
upvoted 2 times
GoldenFox
4 years, 6 months ago
They ask 3 cmdlets. Install-Feature is not in the given answers. I don't know if there is still a variant that includes Install-Feature.
upvoted 2 times
...
...
...
[Removed]
5 years, 3 months ago
Had this exact question on my 70-740 exam as well.
upvoted 6 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...