Hi All,
I've been working on this issue for a while now, but haven't had any luck. I am missing the Autodiscover Virtual Directory in IIS. I have run the following command in Exchange Powershell...
New-AutodiscoverVirtualDirectory -Websitename "Default Web Site" -BasicAuthentication:$true -WindowsAuthentication:$true
Unfortunately, I am receiving this error...
The virtual directory 'Autodiscover' already exists under 'EXCHANGE.CORP.AD/Default Web Site'.
Parameter name: VirtualDirectoryName
+ CategoryInfo : InvalidArgument: (EXCHANGE\Autodiscover (Default Web Site):ADObjectId) [New-Autodiscover
VirtualDirectory], ArgumentException
+ FullyQualifiedErrorId : 779E2C6B,Microsoft.Exchange.Management.SystemConfigurationTasks.NewAutodiscoverVirtualDi
rectory
IIS does not show the directory. I have found several articles suggesting I should delete Autodiscover from the IIS Metabase, but there's no entry for Autodiscover found via IIS Metabase Explorer. Also, there's no entry regarding Autodiscover in...
C:\Windows\System32\inetsrv\config\applicationHost.config
Any suggestions are more than welcome.