Veeam Backup and Replication

Exchange 2013 Change OWA Log on Options

Written by Allen White on. Posted in Exchange 2013

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

owa 2013 logon options

owa 2013 log-on options

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

Exchange 2013 OWA Username only

Exchange 2013 OWA Username only

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

log into owa with email address

log into owa with email address

 

 
 

Related Problems

Set OWA Authentication
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
Change Default Windows 7 Shutdown Options
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
Change The Language Of The Exchange 2013 ECP
A quick guide on how to change the language settings for the ECP / EAC in Exchange 2013, this also applies to OWA.
READ SOLUTION
Exchange 2010 /2013 Queue 451 4.4.0 Primary target IP address responded with: “451 5.7.3 Cannot achieve Exchange Server authentication
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
Create A New User In Exchange 2013
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
Setup iPad Or iPhone to Connect to Microsoft Exchange 2007,2010 and 2013
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 Association Windows 7
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
Create A Catch All Mailbox In Exchange 2013
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 SOLUTION
Set 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.

Allen White

Allen is a Technical Consultant for an IT company in the North East of England and holds the following accreditations. MCSA, MCSE, MCTS, MCITP, CCA, CCSP, VCP 4,5 and HP AIS - Network Infrastructure. I run this site is my spare time so if I help you then PLEASE take the time to share using the share tools on the 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

  • 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

What Do You Think?

Search Solutions

Categories

Ask a Question!

(c) Techieshelp.com. Please be aware, all information is provided freely, any information used is done so at your risk and Techieshelp will not be held responsible for any issue that may occur.