################################################################################
Owa Exchange 2010 # Version 1.0 / Pernikář David ################################################################################
$cestaOU = „david.pernikar.cz/User“
Get-CASMailbox -OrganizationalUnit „$cestaOU“ -ResultSize Unlimited | where {$_.OWAEnabled -match „True“} | select DisplayName,OWAEnabled