Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
654 B

  1. <job id="Cluster Common Properties">
  2. <reference guid="{f2e606e0-2631-11d1-89f1-00a0c90d061e}" version="1.0" />
  3. <script language="VBScript">
  4. Option Explicit
  5. Dim oCluster
  6. Dim oProps
  7. Set oCluster = CreateObject("MSCluster.Cluster")
  8. oCluster.Open ("galenb-a-clus")
  9. oCluster.CommonProperties.Item(8).value;
  10. oCluster.CommonProperties.Item(9).value = x.CommonProperties.Item(9).value;
  11. ' WScript.Echo(oCluster.PrivateProperties.Item(1).name)
  12. oCluster.PrivateProperties.Item(1).name;
  13. oCluster.PrivateProperties.Item(2).name;
  14. oCluster.PrivateProperties.Item(3).name;
  15. WScript.Echo("Done")
  16. </script>
  17. </job>