locked
How can I use the vbscript or other way to list Who can use the owa in my domain ?? RRS feed

解答

  • 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
    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
    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 again

    2009年5月14日 上午 05:47