daffoml -> RE: Re-install OWA? (5.Jan.2009 1:22:39 PM)
|
Thanks as well! This is just what I needed! I will say one thing, I am all on Server 2008/Exch 2007SP1, so I also added the following commands to the end: - get-owavirtualdirectory -server server_name -DomainController dc_name | ? {$_.OwaVersion -eq "Exchange2007"} | remove-owavirtualdirectory -DomainController dc_name
- new-OwaVirtualDirectory -OwaVersion "Exchange2007" -DomainController dc_name
|
|
|
|