Hyper-v Cluster Node Details

Swapnil Dave 41 Reputation points
2021-09-13T10:21:19.127+00:00

I need the node details in the hyper-v cluster. Actually, the main requirement i need right now is IP of all the nodes involved in the cluster.
I saw the cmdlet "Get-ClusterNode" but it only provides with the ID and State of the cluster node. Is there any way where i can get the IP details of the nodes.

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,538 questions
0 comments No comments
{count} votes

Accepted answer
  1. Leon Laude 85,651 Reputation points
    2021-09-13T10:54:19.78+00:00

    Hi @Swapnil Dave ,

    You can simply run the following PowerShell command:

    Get-ClusterNetworkInterface | Select Node, Ipv4Addresses

    ----------

    If the reply was helpful please don't forget to upvote and/or accept as answer, thank you!

    Best regards,
    Leon

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful