How can I enable or disable OWA for a specific mailbox?

Using Exchange Management Shell, OWA access can quickly be enabled or disabled for users.  To enable OWA access for a specific user type: Set-CASMailbox -Id This e-mail address is being protected from spambots, you need JavaScript enabled to view it OWAenabled -$true To disable OWA access type: Set-CASMailbox -Id This e-mail address is being protected from spambots, you need JavaScript enabled to view it OWAenabled -$false

Remember to replace This e-mail address is being protected from spambots, you need JavaScript enabled to view it with the user’s email address.