Ask Question
15 February, 18:09

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?

+4
Answers (1)
  1. 15 February, 21:15
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers