Link to home
Start Free TrialLog in
Avatar of moorthy_kulumani
moorthy_kulumani

asked on

WMI -VB scripting help please

Hi guys,

I want to query some information from Exchange and IIS using any form of script …may be WMI or VB …here is the attribute I want to read..

Exchange…

Store group settings…

Name
Policy applied
File path for the Database


Storage groups…

Name
Transaction log file location
System path location
Attributes we set using ADSI edit like “msExchESEParamLogBuffers”

In IIS all the settings like whatever we manually set using “Internet service Manger”
And properties for both server & sites Etc…
Avatar of jdeclue
jdeclue

You can use windows scripting host, vb, vb.net etc... which language are you comfortable in... any of these can query both WMI and AD for the information you require. I prefer VB.net. Are you actually looking for the code to query everything above?
Avatar of moorthy_kulumani

ASKER

Yup ..I am aware that I can do using these.

I am looking for the codes. Or some information like how to query....
Likle WMI classes for exchange and IIS  for the said values..etc..I tried WMI for Operating systems with scriptomatic tools and that really helped me a lot for OS related query. But now i am looking for exchange and other setting.


Regards
Scriptomatic is fine for WMI, I am not sure of the IIS and exchange specific. I often use VB.NET and the DirectorySearcher function to manipulate and search active directory. I really can't help you much with the details, but no one else is responding to the post, I would try posting a link from the VB or scripting section to this question.

Here is a link to a script to pull mailbox sizes from Exchange, it is not the correct WMI objects, but it will show you how to attach to the Exchange Server and query for information, I am sure you can find the objects and swap them out.

http://blogs.brnets.com/michael/archive/2004/07/26/181.aspx
Thanks for Your Help....I have WMi classes to do all these stuffs.
but i am looking for pulling the configuration where there is no classes for that...

You help very much appriciated
Well, grasping at straws a little bit, until someone a lot wiser than me comes along. Here is an interesting article at microsoft which refers to the WMI classes including storage groups etc. Might be a big help.

http://www.microsoft.com/technet/prodtechnol/exchange/2000/maintain/mngex2k3.mspx#XSLTsection125121120120
You are really great help. But i have lot of classes for Exchange but all specific to What is going on with Exchange (monitoring ) Nothing for pulling the configurations....I am sory about that....I am also trying hard to get some.....
Found it, I think?!

CDO for Exchange Management (CDOEXM) Library CDOEXM cdoexm.dll Include this library if you plan to manage Exchange Server 2003 servers and users in your application

Here is the link:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_exch2k_adding_references_to_appropriate_type_libraries.asp


I dont think that is realted to what we are looking..........

and one more we are having 2000
ASKER CERTIFIED SOLUTION
Avatar of jdeclue
jdeclue

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
p.s. Exchange 2000 has this library as well.
I am an system / network admin guy. I am not sure on writing VB script.

I have to look for somebody. Otherwise i have look for some other tool. I should consider your efforts and prompt response.

Thanks for sharing infos
I understand, I am a systems/admin as well. Sorry I couldn't help.