Skip to main content
/
PowerShell
/
PS: How to enable OW
PS: How to enable OW
- 0 views
Powershell
IT
Ex2010
started by
anonymous
on 19 Jun 12
#1
anonymous
on 19 Jun 12
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
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
...
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
To Top