Skip to content

Instantly share code, notes, and snippets.

@veritas06
Created December 12, 2017 17:31
Show Gist options
  • Save veritas06/a0fc8d810d594921bfec8b93e0d9de7a to your computer and use it in GitHub Desktop.
Save veritas06/a0fc8d810d594921bfec8b93e0d9de7a to your computer and use it in GitHub Desktop.
[PS: Set OWA Mailbox Policy] Commands to set a specific OWA Policy to a user #PowerShell #Office365
# How to set a specific OWA Policy for a user:
Set-CASMailbox -Identity $User -OWAMailboxPolicy:$owaPolicyName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment