Guys,
I want to write a vbscript to move groups in a cluster and validate it has completed the move. I am a rookie at scripting so i am not sure how to use the object reference I found on the web?
here is what i have so far ( I know this is wrong)
strClusterName = "cluster1" 'this is the cluster
strGroupName = "exclus1" 'this is the group
Set objCluster = CreateObject("MScluster.Cluster"
objCluster.Open strClusterName
' I think i need to open a ClusResGroup object?
Ref..
Any help is appreciated..
Thx
Jeff
I want to write a vbscript to move groups in a cluster and validate it has completed the move. I am a rookie at scripting so i am not sure how to use the object reference I found on the web?
here is what i have so far ( I know this is wrong)
strClusterName = "cluster1" 'this is the cluster
strGroupName = "exclus1" 'this is the group
Set objCluster = CreateObject("MScluster.Cluster"
objCluster.Open strClusterName
' I think i need to open a ClusResGroup object?
Ref..
Any help is appreciated..
Thx
Jeff