Posts Tagged ‘OWA’
Today I was confronted with a new issue by a customer. He wants that expired passwords can be changed from OWA. To do this, you need to add a registry value to each CAS server Run regedit.exe Open the Key HKLM\SYSTEM\CurrentControlSet\Services\MSExchange OWA Right click the MSExchange OWA key and click New > DWord (32-bit) The […]
Filed under: CAS, Exchange 2010 | Leave a Comment
Tags: 2010, add, change, exchange, expired, msexchange, msexchange owa, OWA, password, registry, value
Every day a new challenge. A customer requested to set the default message type in OWA to Arial. Like almost ever you can do this easy with PowerShell: Get-Mailbox -RecipientType ‘UserMailbox’ | Get-MailboxMessageConfiguration | Set-MailboxMessageConfiguration -DefaultFontName Arial You can also do this for various parameters. Take a look at TechNet for a full list of […]
Filed under: Exchange 2010, Powershell | 6 Comments
Tags: configuration, default, exchange, font, OWA, powershell