Ask Question
12 October, 14:53

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?

+3
Answers (1)
  1. 12 October, 15:28
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers