windows-nt/Source/XPSP1/NT/base/cluster/admin/msclus/wsf/test.js
2020-09-26 16:20:57 +08:00

13 lines
367 B
JavaScript

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")