Link to home
Start Free TrialLog in
Avatar of janoli
janoli

asked on

How do I force users to use the Public Computer option in OWA 2010

I have seen a lot of posts with hints and tips about making changes to logon.aspx, which will hide the unwanted security options from the OWA logon page.  

I have tried many of those suggested changes, and they succesfully did alter the OWA logon page.  However, no matter which changed I made, the result was that the logon screen displayed ok, but I was no longer able to log in.  Any logon attempt would just act as if refreshing the screen, no error messages at all, just the OWA logon page.

Any suggestions on how to disable  the private computer option on OWA (Exchange 2010 SP1)?
Avatar of Mahmoud Sabry
Mahmoud Sabry
Flag of Egypt image

Avatar of janoli
janoli

ASKER

Thank you for your reply, but those instructions are for Exchange 2003 and like I said, any changes made to \Owa\auth\logon.aspx do show up on the OWA logon page, but I can no longer actually logon.
Did you try this one?
http://www.leederbyshire.com/Articles/OWA-Radio-Buttons-Exchange-2010.asp
if you did, and it didn't work, let me know - I wrote it.
ASKER CERTIFIED SOLUTION
Avatar of janoli
janoli

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
That'll do pretty much the same thing.  Just deleting the radio button won't help - it is referenced by some of the page's scripting functions, and if it's deleted they will produce an error.  You just need to hide it.

Strange that you get that problem, though.  Even stranger that it only happens when you restart IIS.  I've no explanation for that.
Avatar of janoli

ASKER

Thanks
janoli -

I came across this thread as I am having a hard time removing the Private Radio Button from a custom 2010 OWA page. I can get rid of the text and only have the button and have been searching and trying all suggestions I have come across.

Would you mind letting me know where in the code you placed this to hide the section -

<td style="visibility: hidden;">

Thanks in advance!

PH