Exchange 2013 Change OWA Log on Options
In Exchange 2013, by default the log on options for OWA are DomainnameUsername, in Exchange 2010 we could change this in the ECP, this functionality is currently not in the Exchange 2013 ECP, so we must use power shell. In the example below we change it so OWA authentication is user name and password only and also so that a user can log into Exchange with their email address.These commands also apply to Exchange 2010.
Before
Powershell to Change OWA Authentication to User Name
Set-OwaVirtualDirectory "owa (Default Web Site)" -LogonFormat Username -DefaultDomain techieshelp.local
iisreset
With the command above we set Exchange 2013 OWA to be user name only.Then restart IIS for the changes to be effective.
After
Powershell to Change OWA Authentication to Email Address
Set-OwaVirtualDirectory "owa (Default Web Site)" -LogonFormat PrincipalName
iisreset
In the example above we set Exchange 2013 OWA to log in as Email Address (Principal Name ).Then restart IIS to enable the changes.
After
Related Problems
Setup OWA authentication methods in exchange 2007/2010.In exchange 2010 and 2007, exchange gave you the option of multiple methods of loggin into owa here is how to setup these owa ...
READ SOLUTION
How to change the windows 7 taskbar shutdown options either standalone or with a GPO. Configure what happens on the windows 7 shutdown button on click
READ SOLUTION
A quick guide on how to change the language settings for the ECP / EAC in Exchange 2013, this also applies to OWA.
READ SOLUTION
While migrating from exchange 2003 to exchange 2010 you see mail queus building up between the exchange 2010 server send mail to exchange 2003. The error yuo see is Exchange ...
READ SOLUTION
A step by step guide on how to create new users in exchange 2013 via the EMC/ECP and also in exchange 2013 powershell/
READ SOLUTION
A step by step guide on how to connect your apple iPhone or iPad to microsoft exchange server.How to configure mail to connect to exchange
READ SOLUTION
Change file assocation in windows 7 - a guide on how to change what program opens a file. How to set what opens files
READ SOLUTION
How to ceate a rule that catches all email sent to Exchange that is sent to mispelled users or sent to users that do not exist in your email organization.
READ SOLUTIONSet OWA Authentication
Change Default Windows 7 Shutdown Options
Change The Language Of The Exchange 2013 ECP
Exchange 2010 /2013 Queue 451 4.4.0 Primary target
Create A New User In Exchange 2013
Setup iPad Or iPhone to Connect to Microsoft
Change File Association Windows 7
Create A Catch All Mailbox In Exchange 2013
Trackback from your site.





Comments (6)
Tony Simek
| #
Another great article, and this one worked well for me! Thank you!! Allen, when you are ready to write your book on Exchange, I will be first in line!
Reply
Allen White
| #
Glad to help Tony, I havent forgot about the catch all, ive been working a new feature so that users like yourself can chat with myself and other users posting questions etc, so im finishing it off and hoping for it to go live this Monday. More info on the Q&A page.
Reply
Joe
| #
Great tips.
Allen, I have been trying to set basic authentication so I can publish OWA and match the authentication, currently set as Forms-Based Authentication in the exchange. When I look at the website (owa default) it says basic, but TMG 2010 complains as follows:
Testing https://webmail.domain.com:443/OWA/
Category: General error
Error details: The authentication delegation method defined in the rule does not match the authentication method selected for the published directory on the server hosting the site. Publishing rule authentication delegation method: Basic. Published server authentication methods: Forms-Based Authentication.
Action: You can change the authentication method on the published server or select “No delegation, but client may authenticate directly” in the Authentication Delegation tab of the publishing rule.
Are you able to help? Much appreciated
Joe
Reply
Allen White
| #
Hi Joe, I’m not a TMG man unfortunately, I can spell TMG but that’s as far as it goes
. Digging around brought up this article on Technet
http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/c38a53bb-c9d6-478f-a330-e9c4032768c2/
They looked to have had the same issue as you?
HTH
Allen
Reply
Manuel
| #
Hola, luego de seguir tus recomendaciones para evitar logon con dominio (Set-OwaVirtualDirectory “owa (Default Web Site)” -LogonFormat Username -DefaultDomain techieshelp.local) ; tengo errores en pagina de owa y ecp ahora ; me indica luego del login “:-( something whet wrong” podrias ayudarme por favor. Gracias
Tengo exchange 2013 std bajo windows 2012.
Reply
Allen White
| #
Hola, yo no hablo a español por lo que estoy usando un traductor. ¿Reiniciar IIS? ¿después de hacer los cambios.?
Reply