Skip to main content

Home/ PowerShell/ PS: How find all mailboxes on Ex2010 with OWA enabled
anonymous

PS: How find all mailboxes on Ex2010 with OWA enabled - 0 views

Powershell IT Ex2010

started by anonymous on 20 Jun 12
  • anonymous
     
    get-mailbox | where {$_.Database -like "DAG*"} | Get-CASMailbox | Where {$_.owaenabled}

    The above command ignores mailboxes on Ex2003

To Top

Start a New Topic » « Back to the PowerShell group