In Exchange Server 2007 and later i.e. Exchange Server 2010,2013 , i have find all the information related to Exchange like, name of all the mailboxes and distribution groups using cmdlet commands as
在Exchange Server 2007和之后的Exchange Server 2010,2013年,我发现了所有与Exchange类似的信息,如使用cmdlet命令的所有邮箱和分发组的名称。
get-mailbox
get-distributiongroup
All these I can achieve using Exchange Management Shell commands in Exchange Server 2007, 2010, 2013.
所有这些我都可以在Exchange Server 2007, 2010, 2013中使用Exchange Management Shell命令实现。
How can i retrieve all the data like mailboxes, mailuser, Message delivery reports, all email addresses on the server in exchange server 2003. And how to select only meaningful attributes.
如何检索所有的数据,如邮箱、邮件用户、消息传递报告、服务器上的所有电子邮件地址(exchange server 2003)。以及如何选择有意义的属性。
For example:
例如:
get list of message that have subject like "Exchange server"
获取具有“Exchange server”主题的消息列表
get-messagetrackinglog -messagesubject "Exchange server"
this gives me information about sender, receiver, and many more attributes of all the messages that have message subject "Exchange server" ,
这给了我关于发送者、接收者以及所有消息主体“Exchange server”的更多属性的信息,
How can i find this type of information in Exchange Server 2003. Could I use ADSI editor for all these information.
如何在Exchange Server 2003中找到这类信息。我可以使用ADSI编辑器获取所有这些信息吗?
2 个解决方案
#1
1
You can use WMI for this, for WMI please click here. The message tracking log class found here.
你可以使用WMI,因为WMI请点击这里。在这里找到的消息跟踪日志类。
#2
1
I suspect you can't use ADSI against Exchange Server 2003 to retirieve this kind of data. Alternatively, you could look at articles about Microsoft Exchange Free/Busy architecture. Here is one:
我怀疑你不能用ADSI来反对Exchange Server 2003,来重新整理这类数据。或者,您可以查看有关Microsoft Exchange Free/Busy architecture的文章。这里有一个:
http://technet.microsoft.com/en-us/library/dd339218(v=office.12).aspx
http://technet.microsoft.com/en-us/library/dd339218(v = office.12). aspx
#1
1
You can use WMI for this, for WMI please click here. The message tracking log class found here.
你可以使用WMI,因为WMI请点击这里。在这里找到的消息跟踪日志类。
#2
1
I suspect you can't use ADSI against Exchange Server 2003 to retirieve this kind of data. Alternatively, you could look at articles about Microsoft Exchange Free/Busy architecture. Here is one:
我怀疑你不能用ADSI来反对Exchange Server 2003,来重新整理这类数据。或者,您可以查看有关Microsoft Exchange Free/Busy architecture的文章。这里有一个:
http://technet.microsoft.com/en-us/library/dd339218(v=office.12).aspx
http://technet.microsoft.com/en-us/library/dd339218(v = office.12). aspx