Applies ToExchange Server 2010 Enterprise Exchange Server 2010 Standard Exchange Server 2016 Enterprise Edition Exchange Server 2016 Standard Edition Exchange Server 2013 Enterprise Edition Exchange Server 2013 Standard Edition

로컬 Microsoft Exchange Server 조직과 원격 Exchange Server 조직 간에 페더레이션 트러스트를 구성 하면 사용자가 원격 조직에 있는 사용자의 약속 있음/없음 정보를 볼 수 없습니다.또한 로컬 Exchange 서버의 이벤트 로그에 다음과 같은 오류가 기록 됩니다.이벤트 ID: 4001범주 작업: 가용성 서비스레벨: 오류키워드: 클래식사용자: N/A컴퓨터: < 컴퓨터 이름 >설명:\rocess Microsoft.Exchange.InfoWorker.Common.Delayed'1[System.String]: SMTP:user@contoso.com에 실패 했습니다. 반환 된 예외는 Microsoft.Exchange.InfoWorker.Common.Availability.AutoDiscoverFailedException: 예외를 사용 하 여 전자 메일 주소 SMTP:user@contoso.com에 대 한 자동 검색 실패 Microsoft.Exchange.InfoWorker.Common.Availability.AutoDiscoverFailedException: 잘못 된 응답을 때문에 'https://autodiscover.right.com/autodiscover/autodiscover.svc/WSSecurity'에 대 한 자동 검색 서비스 요청을 실패 했습니다.또한 원격 포리스트에서 Exchange 서버 가용성 요청에 대해 반환 되는 HTTP 500 응답 W3SVC 로그에 다음과 같은 기록 됩니다.

원인

로컬 조직에 있는 Exchange Server 2010 클라이언트 액세스 서버에서 "EWS" 가상 디렉터리 또는 가상 디렉터리 "자동 검색"의 WSSecurity 속성은 사용 하지 않으면이 문제가 발생 합니다.

해결 방법

2016 Exchange 또는 Exchange 2013이 문제를 해결 하려면 원격 조직의 각 서버에 대해 Exchange 다시 최종 사이트에 가상 디렉터리에 대 한 WSSecurity 인증을 다시 설정 합니다.

  1. Windows Powershell을 열고 Exchange 관리 스냅인을 사용 하 여 추가 합니다.

    Add-PSSnapin Microsoft.Exchange.Management.PowerShell.SnapIn 
  2. WSSecurity 인증 집합 WebServicesVirtualDirectory cmdlet를 사용 하 여 EWS 가상 디렉터리에 대해 사용 안 함

    Set-WebServicesVirtualDirectory "<ServerName>\ews (Exchange Back End)" -WSSecurityAuthentication:$False 
  3. EWS 가상 디렉터리 설정 WebServicesVirtualDirectory cmdlet를 사용 하 여 WSSecurity 인증을 사용 합니다.

    Set-WebServicesVirtualDirectory "<ServerName>\ews (Exchange Back End)" -WSSecurityAuthentication:$True 
  4. WSSecurity 인증 집합 AutodiscoverVirtualDirectory cmdlet를 사용 하 여 자동 검색 가상 디렉터리에 대해 사용 안 함

    Set-AutodiscoverVirtualDirectory "<ServerName>\Autodiscover (Exchange Back End)" -WSSecurityAuthentication:$False 
  5. 세트 AutodiscoverVirtualDirectory cmdlet를 사용 하 여 자동 검색 가상 디렉터리에 대 한 인증을 Eable WSSecurity.

    Set-AutodiscoverVirtualDirectory "<ServerName>\Autodiscover (Exchange Back End)" -WSSecurityAuthentication:$True 
  6. 다시 WebAppPool cmdlet를 사용 하 여 응용 프로그램 풀을 다시 시작 합니다.

    Restart-WebAppPool MSExchangeAutodiscoverAppPoolRestart-WebAppPool MSExchangeServicesAppPool 

Exchange 2010이 문제를 해결 하려면 원격 조직의 각 클라이언트 액세스 서버의 가상 디렉터리에 대 한 WSSecurity 인증을 다시 설정 합니다.

  1. Exchange 관리 셸을 엽니다.

  2. WSSecurity 인증 집합 WebServicesVirtualDirectory cmdlet를 사용 하 여 EWS 가상 디렉터리에 대해 사용 안 함

    Set-WebServicesVirtualDirectory "<ServerName>\ews (Default Web Site)" -WSSecurityAuthentication:$False 
  3. EWS 가상 디렉터리 설정 WebServicesVirtualDirectory cmdlet를 사용 하 여 WSSecurity 인증을 사용 합니다.

    Set-WebServicesVirtualDirectory "<ServerName>\ews (Default Web Site)" -WSSecurityAuthentication:$True 
  4. WSSecurity 인증 집합 AutodiscoverVirtualDirectory cmdlet를 사용 하 여 자동 검색 가상 디렉터리에 대해 사용 안 함

    Set-AutodiscoverVirtualDirectory "<ServerName>\Autodiscover (Default Web Site)" -WSSecurityAuthentication:$False 
  5. 세트 AutodiscoverVirtualDirectory cmdlet를 사용 하 여 자동 검색 가상 디렉터리의 WSSecurity 인증을 사용 합니다.

    Set-AutodiscoverVirtualDirectory "<ServerName>\Autodiscover (Default Web Site)" -WSSecurityAuthentication:$True 
  6. 다음 구문을 사용 하 여 응용 프로그램 풀을 다시 시작 합니다.

    appcmd stop appPool /appPool.name:MSExchangeAutodiscoverAppPoolappcmd start appPool /appPool.name:MSExchangeAutodiscoverAppPoolappcmd stop appPool /appPool.name:MSExchangeServicesAppPoolappcmd start appPool /appPool.name:MSExchangeServicesAppPool 

도움이 더 필요하세요?

더 많은 옵션을 원하세요?

구독 혜택을 살펴보고, 교육 과정을 찾아보고, 디바이스를 보호하는 방법 등을 알아봅니다.

커뮤니티를 통해 질문하고 답변하고, 피드백을 제공하고, 풍부한 지식을 갖춘 전문가의 의견을 들을 수 있습니다.