Link to home
Start Free TrialLog in
Avatar of TMTECHCLEVELAND
TMTECHCLEVELANDFlag for United States of America

asked on

Trying to follow MS KB 940726 about Outlook 2007 Certificate errors and getting errors

I enter this:
Set-WebServicesVirtualDirectory -Identity "server\EWS (Default Web Site)" -InternalUrl https://tmtechllc.info/ews/exchange.asmx

I get this:
Set-WebServicesVirtualDirectory : The operation could not be performed because
object 'server\EWS (Default Web Site)' could not be found on domain controller
'SERVER.tmtech.local'.
At line:1 char:32
+ Set-WebServicesVirtualDirectory  <<<< -Identity "server\EWS (Default Web Site
)" -InternalUrl https://tmtechllc.info/ews/exchange.asmx
Avatar of MegaNuk3
MegaNuk3
Flag of United Kingdom of Great Britain and Northern Ireland image

Is "server" the name of your server or have you changed it for our benefit?
Run
Get-webservicesvirtualdirectory |fl name
To get the name you should be running against
ASKER CERTIFIED SOLUTION
Avatar of TMTECHCLEVELAND
TMTECHCLEVELAND
Flag of United States of America image

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
Thanks for the update and your solution
@TMTECHCLEV: Just curious and wanted to know how did u change the URL's for rest of the virtual directories i.e. Autodiscover, EWS?

OWA, Activesync - internal and external URL's will not cause certificate errors in OL.

OAB - It will cause cert related errors and can be changed from EMC.

Autodiscover/EWS - ??
Avatar of TMTECHCLEVELAND

ASKER

I found a simpler way than the KB.