By default, in Exchange 2013, OWA prompts the user to type in their username including the logon name. This can be altered so OWA accepts usernames in a different format.
Log on to EMS and run the following Powershell cmdlet:
Set-OwaVirtualDirectory "owa (Default Web Site)" -LogonFormat Username -DefaultDomain your-domain-name
Change your-domain-name to your domain name.
Next, restart IIS to apply the changes:
iisreset /noforce
Note: not entirely correct as, in fact, you change it to the UserPrincipalName, which is not necessarily the same as the e-mail address.
Log on to EMS and run the following Powershell cmdlet:
Set-OwaVirtualDirectory "owa (Default Web Site)" -LogonFormat PrincipalName
Next, restart IIS to apply the changes:
iisreset /noforce
« ‹ | December 2024 | › » | ||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |