Drag and Drop Question
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 the answer area and arrange them
in the correct order.

https://technet.microsoft.com/ru-ru/library/mt282165.aspx
0
0
Install-WindowsFeature
New-NetworkControllerNodeObject
New-NetworkControllerCluster
Install-NetworkController
8
0
First of all, it’s not 70-740 exam question
4
0
70-740 Practice Questions collection: https://drive.google.com/drive/folders/0B75b5xYLjSSNYXZ2ZlFjOHRhREU?usp=sharing
4
0
Seems to me this is more a 70-741 question, although I can’t find it among the topics there.
The answer is:
Install the Network Controller server role:
Install-WindowsFeature -Name NetworkController –IncludeManagementTools
Create a node object:
New-NetworkControllerNodeObject –Name -Server -FaultDomain -RestInterface [-NodeCertificate ]
Configure the cluster:
Install-NetworkControllerCluster –Node –ClusterAuthentication [-ManagementSecurityGroup ][-DiagnosticLogLocation ][-LogLocationCredential ] [-CredentialEncryptionCertificate ][-Credential ][-CertificateThumbprint ] [-UseSSL][-ComputerName ]
Configure the Network Controller application:
Install-NetworkController –Node –ClientAuthentication [-ClientCertificateThumbprint ] [-ClientSecurityGroup ] -ServerCertificate [-RESTIPAddress ] [-RESTName ] [-Credential ][-CertificateThumbprint ] [-UseSSL]
3
0