Re:OWA is not loading
2009/08/22 08:48:34
(permalink)
Using Exchange Shell command line
Get-OwaVirtualDirectory
will display a list of all the Exchange Virtual Directories on that server. The one you are looking for here is "OWA (Default Web Site)" on a default install.
To remove OWA from IIS
Remove-OwaVirtualDirectory -identity "owa (Default Web Site)"
TO Recreate OWA execute below command.
New-OWAVirtualDirectory -OWAVersion "Exchange2007" -Name "owa (Default Web Site)"