Knowledge BaseYour Out of Office settings cannot be displayed, because the server is currently unavailable
W P Staff asked 6 years ago

When trying to start OOF assistant from Outlook 2007/2010 i got the following error: Your Out of Office settings cannot be displayed, because the server is currently unavailable.

OFF in OWA and Outlook over Web work fine

1 Answers
W P Staff answered 6 years ago

Following three steps usually resolve the issue:

Set-WebServicesVirtualDirectory -identity “SERVERNAME\EWS (Default Web Site)” -externalurl “https://mail.domain.com/EWS/Exchange.asmx” -BasicAuthentication:$True 

Set-WebServicesVirtualDirectory -Identity * -InternalURL https://mail.domain.com/ews/Exchange.asmx -ExternalURL https://mail.domain.com/ews/exchange.asmx -BasicAuthentication:$true

Create an A record pointing to an external address of the OWA or remote site
Create a CNAME record pointing autodiscover.domain.com to owa/remote.domain.com