如何在 Windows Server 2008 R2 上使用 WMI 获取集群 ID?
How to get cluster id using WMI on Windows Server 2008 R2?
有集群 ID 属性,可以在 powershell 命令中使用 Get-Cluster | select Id
检索。
如何用WMI获取?看起来 MSCluster_Cluster 没有 ID 字段。
能够自己找到集群id。以防万一有人在找同样的东西。
在注册表中找到集群 ID。
HKEY_LOCAL_MACHINE\Cluster
键:ClusterInstanceId
您也可以使用 ROOT\MSCluster:MSCluster_ClusterService.ElementName 通过 WMI 获取它。 https://docs.microsoft.com/en-us/previous-versions/windows/desktop/cluswmiext/mscluster-clusterservice
有集群 ID 属性,可以在 powershell 命令中使用 Get-Cluster | select Id
检索。
如何用WMI获取?看起来 MSCluster_Cluster 没有 ID 字段。
能够自己找到集群id。以防万一有人在找同样的东西。
在注册表中找到集群 ID。
HKEY_LOCAL_MACHINE\Cluster
键:ClusterInstanceId
您也可以使用 ROOT\MSCluster:MSCluster_ClusterService.ElementName 通过 WMI 获取它。 https://docs.microsoft.com/en-us/previous-versions/windows/desktop/cluswmiext/mscluster-clusterservice