最佳解答者
How can I use the vbscript or other way to list Who can use the owa in my domain ??

問題
-
Hey everyone
I have a question
that is
How can I use the vbscript or other way to list Who can use the owa in my domain ??
I already find in google and this forum
get one ans in this forum
here is the link
http://social.microsoft.com/Forums/zh-TW/exchangeserverzhcht/thread/7cc21958-38a2-4251-9276-67776c714531
I already try the script
but it has a problem
when I use the script
it well tale me
it can't find the contents in the cache
so what the problem is it
my domain is use win 2003 r2 with excahnge 2003 sp2
can anyone give me a help
thanks alot2009年5月14日 上午 01:15
解答
-
Hi slpfl,
You can determine which mailbox’s OWAEnable parameter are set to true by running get-casmailbox cmd-let.
The Get-CASMailbox cmdlet returns a complete list of the attributes of a mailbox on an Exchange 2007 Client Access server. A variety of CASMailbox attributes are returned. The types of attributes that are returned include Outlook Web Access, ActiveSync, POP3, and IMAP4.
By default, all attributes are returned for all mailboxes in the Exchange organization. You can filter these results by using the functionality in the Exchange Management Shell.
The Get-CASMailbox cmdlet can run only on an Exchange 2007 computer that has the Mailbox server role installed. To run the Get-CASMailbox cmdlet, the account you use must be delegated the Exchange View-Only Administrator role.
For detailed steps that run Get-CASMailbox cmdlet, please refer to the following article:
Get-CASMailbox
http://technet.microsoft.com/en-us/library/bb124754.aspx
If you want to do that via VBScript, please post your issue into the following forum:
TechNet Forums » Exchange Server » Development
http://social.technet.microsoft.com/forums/en-US/exchangesvrdevelopment/threads/
Regards,
Rock Wang
Rock Wang– MSFT- 已標示為解答 Rock Wang– MSFT 2009年5月18日 上午 08:48
2009年5月14日 上午 05:39
所有回覆
-
Hi slpfl,
You can determine which mailbox’s OWAEnable parameter are set to true by running get-casmailbox cmd-let.
The Get-CASMailbox cmdlet returns a complete list of the attributes of a mailbox on an Exchange 2007 Client Access server. A variety of CASMailbox attributes are returned. The types of attributes that are returned include Outlook Web Access, ActiveSync, POP3, and IMAP4.
By default, all attributes are returned for all mailboxes in the Exchange organization. You can filter these results by using the functionality in the Exchange Management Shell.
The Get-CASMailbox cmdlet can run only on an Exchange 2007 computer that has the Mailbox server role installed. To run the Get-CASMailbox cmdlet, the account you use must be delegated the Exchange View-Only Administrator role.
For detailed steps that run Get-CASMailbox cmdlet, please refer to the following article:
Get-CASMailbox
http://technet.microsoft.com/en-us/library/bb124754.aspx
If you want to do that via VBScript, please post your issue into the following forum:
TechNet Forums » Exchange Server » Development
http://social.technet.microsoft.com/forums/en-US/exchangesvrdevelopment/threads/
Regards,
Rock Wang
Rock Wang– MSFT- 已標示為解答 Rock Wang– MSFT 2009年5月18日 上午 08:48
2009年5月14日 上午 05:39 -
So many thanks for your help
but in my domain
it only have exchange 2003
so I'll post the question to
TechNet Forums » Exchange Server » Development
http://social.technet.microsoft.com/forums/en-US/exchangesvrdevelopment/threads/
Thanks again2009年5月14日 上午 05:47