Accessing "Information Details" in failover cluster manager using powershell

fountain 21 Reputation points
2022-11-21T15:08:14.607+00:00

Is there a way for me to retrieve the "information details" for a particular VM in the failover cluster manager using powershell?

Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
804 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 19,141 Reputation points Microsoft Vendor
    2022-11-23T03:52:25.15+00:00

    Hi,

    You can use Get-ClusterParameter to get detailed information about an object in a failover cluster.

    Please refer to this link for more details.

    https://learn.microsoft.com/en-us/powershell/module/failoverclusters/get-clusterparameter

    Best Regards,
    Ian Xue

    -----------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.