Skip to main content

Home/ PowerShell/ PS: How to enable OW
anonymous

PS: How to enable OW - 0 views

Powershell IT Ex2010

started by anonymous on 19 Jun 12
  • anonymous
     
    PS: How to enable OWA for all mailboxes on a Server
    get-mailbox -server fcl-exc-v501 | Set-CASMailbox -owaenabled:$true

    How to get all mailbox OWA status on a Server
    get-mailbox -server fcl-exc-v501 | Get-CASMailbox

To Top

Start a New Topic » « Back to the PowerShell group