Created
December 12, 2017 17:31
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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