

When we log into the exchange server and go to the autodiscover website in internet explorer using localhost it works:
When you go to the proper address set by Set-ClientAccessServer -Identity CLIENTACCESSSERVER -AutoDiscoverServiceInternalUri domain.local you get the following error the same as powershell:

This is caused by the loopback check being enabled. To disable loopback perform the following action on the client access servers:
1.Click Start, click Run, type regedit, and then click OK.
2.In Registry Editor, locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
3.Right-click Lsa, point to New, and then click DWORD Value.
4.Type DisableLoopbackCheck, and then press ENTER.
5.Right-click DisableLoopbackCheck, and then click Modify.
6.In the Value data box, type 1, and then click OK.
7.Quit Registry Editor, and then restart your computer.
Now when you test autodiscover settings everything will work:

Thanks.
ReplyDeleteThat worked really well - Thanks :)
ReplyDeleteGreat content Clint, this helped me out immensely!!
ReplyDeleteThanks A lot, you saved my ass ! :D
ReplyDeleteSolved my problem perfectly. Thanks Clint!
ReplyDeletenice thanks !!
ReplyDeletethis happened only for extranal user right?
ReplyDelete