Exchange Server 2010 default domain set for outlook web access
We wanted to set the default domain for users logging into outlook web access on Exchange server 2010. By doing this, users would not have to enter the domain\username and would be free to enter just the user name. This is much easier for the typical user of email servers, who lets face it have trouble enough remembering their own name! To do this we performed the following steps. Go to Program Files\Microsoft\Exchange Server\V14\ClientAccess\Owa\14.0.639.21\scripts\premium Browse to the 14.0.682.1 folder instead of you have the latest rollup. Open the flogon.js file in notepad ctrl + f and find the text clkLgn(){addPerfMarker after the “clkLgn(){” and before the “addPerfMarker” paste the following. Remember to change DOMAINNAME with your own domain name with no slashes. NOTE: BE SURE THAT YOU PASTE TO NOTEPAD TO VERIFY ” CHARACTERS ARE CORRECT AND ARE NOT 6699’s BUT ARE CORRECT BLOCKQUOTES. var myDomain=”DOMAINNAME” + “\\”;if(gbid(“username”).value.indexOf(myDomain)==-1){gbid(“username”).value=myDomain+gbid(“username”).value;} your end… Read More »Exchange Server 2010 default domain set for outlook web access