On a Windows failover cluster environment, we can use the command cluster resourcetype to get all available resource types. My question is, how can I get all the resources that is belong to this resource type?
Thanks.
|
On a Windows failover cluster environment, we can use the command Thanks. |
|||
|
|
|
List all cluster resources: cluster.exe res List all resources of specific type: cluster.exe res | find "[resource type]" |
|||
|
|