windows-nt/Source/XPSP1/NT/base/cluster/admin/msclus/wsf/test.js

13 lines
367 B
JavaScript
Raw Normal View History

2020-09-26 03:20:57 -05:00
var x;
x = WScript.CreateObject("MSCluster.Cluster");
x.Open ("GALENB-A-CLUS");
x.CommonProperties.Item(8).value;
x.CommonProperties.Item(9).value = x.CommonProperties.Item(9).value;
// WScript.Echo(x.PrivateProperties.Item(1).name)
x.PrivateProperties.Item(1).name;
x.PrivateProperties.Item(2).name;
x.PrivateProperties.Item(3).name;
WScript.Echo("Done")