Skip to main content
/
PowerShell
/
Enable OWAget-mailb
Enable OWAget-mailb
- 0 views
Powershell
IT
Ex2010
started by
anonymous
on 19 Jun 12
#1
anonymous
on 19 Jun 12
Enable OWA
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
Enable OWA
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
...
Cancel
To Top
Start a New Topic »
« Back to the PowerShell group
Start a New Topic
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