c++ - Getting information from Exchange Server 2003? -


in exchange server 2007 , later i.e. exchange server 2010,2013 , have find information related exchange like, name of mailboxes , distribution groups using cmdlet commands as

get-mailbox  get-distributiongroup  

all these can achieve using exchange management shell commands in exchange server 2007, 2010, 2013.

how can retrieve data mailboxes, mailuser, message delivery reports, email addresses on server in exchange server 2003. , how select meaningful attributes.

for example:

get list of message have subject "exchange server"

get-messagetrackinglog -messagesubject "exchange server" 

this gives me information sender, receiver, , many more attributes of messages have message subject "exchange server" ,

how can find type of information in exchange server 2003. use adsi editor these information.

you can use wmi this, wmi please click here. message tracking log class found here.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -