Hi,
Please anyone solve my problem ? I need to get the cluster information using"MSCluster.Cluster" object.
Set objCluster = CreateObject("MSCluster.Cluster")
objCluster .open <clustername>
If i run the vbscript " Microsoft VBScript runtime error: ActiveX component can't create object: 'MSCluster.Cluster' " error is thrown.
Kindly explain what is the issue and what can i do ?
-Sundar.