Results 1 to 3 of 3

Thread: How to determine whether Exchange is installed...

  1. #1

    Thread Starter
    Hyperactive Member LeeSalter's Avatar
    Join Date
    Oct 2002
    Location
    Notts, England
    Posts
    307

    How to determine whether Exchange is installed...

    I have a little application that will add a mailbox to an Exchange server.

    My company has many servers (obviously) and two Exchange servers in particular.

    I want a comob-box to list just the two exchange servers but want it to be dynamic so that it updates if more exchange servers are added to the network.

    Does anybody know how to determine whether or not a server has exchange installed programmatically??
    "I'm Brian and so is my Wife"

  2. #2
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718
    This should be posted in either the Classic Visual Basic forum or the Visual Basic .NET forum (depending on the language you are using). You'll get better responses there.
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

  3. #3
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    There are Net enumeration APIs that you can use under NT based OSes, but I don't think they return Exchange servers. Just Windows and SQL Servers I believe.

    Ahhh I know. This is how to do it. Enumerate all NT based servers on the network - then connect on port 25 to that server, and if the connection is received and the initial hello is that from Exchange, you know that server is running Exchange
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width