Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cbodnar

    Enumerate Exchange "Internet Message Formats" object?

    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
  2. cbodnar

    MS Cluster scripting question

    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 =...
  3. cbodnar

    MS Cluster scripting question

    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...
  4. cbodnar

    Spam relaying & messages in queue

    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...

Part and Inventory Search

Back
Top