Is there a way to enumerate these? And the properties of them? I have a number of domains and I would like to be able to create a VBscript that would enumerate the domains and the properties.
Thanks
Figured it out:
On Error Resume Next
Set objCluster = CreateObject("MSCluster.ClusApplication")
'This must be the NetBIOS name for domain
'FQDN will not work
Set objClust2 = objCluster.ClusterNames("abc")
'WScript.echo objclust2.count
For i = 1 To objclust2.count
strClustName =...
I’m trying to pull all the Cluster Names in the domain using a VBScript. I have seen this reference to the Cluster Automation Server on MSDN:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mscs/mscs/clusapplication_clusternames.asp
It looks like I should be able to do this...
lengoo:
When I navigate to my C:\Program Files\Exchsrvr\Mailroot\vsi 1\Queue directory it is empty. I have looked on other Exchange servers, and none of them have anything in this directory either, even though these servers exhibit the same symptoms you describe (large number of queues, with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.