Thanks shackdaddy it looks like autodiscover is activated but my certificate is invalid and maybe one or 2 issues.
Note that I removed all actual domain names and replaced with domain
Test-OutlookWebServices -identity:name@domain.com | ft * -AutoSize -Wrap
Id Type Message
-- ---- -------
1003 Information About to test AutoDiscover with the e-mail address name@
domain.com.
1005 Warning When accessing
cover.xml the error "NotTimeValid:A required certificate is no
t within its validity period when verifying against the curren
t system clock or the timestamp in the signed file.
" was reported.
1013 Error When contacting
received the er
ror The server committed a protocol violation. Section=Respons
eStatusLine
1017 Error [EXPR]-Error when contacting the RPC/HTTP service at
emote.domain.com/Rpc. The elapsed time was 408 milliseconds.
1006 Success The Autodiscover service was tested successfully.
1021 Information The following web services generated errors.
Contacting server in EXPR
Please use the prior output to diagnose and correct the errors
.
The rest of the items in this test were successful. So tackling the first error led me to look at certs...
So I followed the steps in this..
[PS] C:\Windows\System32>Get-ExchangeCertificate
Thumbprint Services Subject
---------- -------- -------
6B78F3991F7BB795E21A602AB2E5DFEB3B847F52 IP... CN=DOMAINSERVER.domai...
30D024F812B673B3C4FCB8E90CB59731A847F9CF IP.WS CN=remote.domain.com
ABDEC7BDBB086F46C32956231DCB220670D2C927 IP..S CN=remote.domain.com
B15EE22D1D4500325D940CB340460114ABAE7DF5 IP..S CN=remote.domain.com
3EED33C1750CDEC378EE1B59B23820FAEC9398CD IP..S CN=remote.domain.com
37125CA118C3B60B3F9A03E5DC1CACC9AAD93462 IP..S CN=remote.domain.com
6397DA867426DAE47D1EB995871007A99A863FCC IP..S CN=Sites
3175E798AEE2AECC9BB1AEF3797FB7064B750F4B ..... CN=teawolf-DOMAINSERVE...
B09FFDF5730DA0659EC23C5836D27D31F8D682B4 ..... CN=WMSvc-WIN-L8PB9IMLES6
remote.domain.com is what im using for mail but it doesn't show that it's for mail. All of the certs that say remote.domain.com are expired. the were all self signed and were created on the same date. I'd like to delete them all but when I attmpted to delete them I received the following scary warning - You will not be able to dcrypt data encrypted with this certificate.
I'm a bit out of my comfort zone here not sure how we got several certs on the same date someone must have got a little happy with the -get command.
If anyone has anything to add i would be really happy to take it.. confused..