Ask Question

While logged on to a Windows Server 2016 computer that is part of an NLB cluster, which of the following PowerShell one-liners is the correct way to change or set the primary IP address of the cluster?

+2
Answers (1)
  1. 11 October, 13:52
    0
    The powershell one liner is given as Get-NlbCluster | Set-NlbCluster - ClusterPrimary IP IPaddress

    Explanation:

    So in this statement the arguments are as follows

    Get-NlbCluster will get the attributes for the NLB cluster

    Set-NlbCluster-ClusterPrimary will set the NLB cluster as the primary cluster.

    IP is the definition word

    IPaddress will give the address which is to be set or change.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “While logged on to a Windows Server 2016 computer that is part of an NLB cluster, which of the following PowerShell one-liners is the ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers