Microsoft로 로그인
로그인하거나 계정을 만듭니다.
안녕하세요.
다른 계정을 선택합니다.
계정이 여러 개 있음
로그인할 계정을 선택합니다.

로컬 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 MSExchangeAutodiscoverAppPool
    Restart-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:MSExchangeAutodiscoverAppPool
    appcmd start appPool /appPool.name:MSExchangeAutodiscoverAppPool

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


도움이 더 필요하세요?

더 많은 옵션을 원하세요?

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

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

이 정보가 유용한가요?

언어 품질에 얼마나 만족하시나요?
사용 경험에 어떠한 영향을 주었나요?
제출을 누르면 피드백이 Microsoft 제품과 서비스를 개선하는 데 사용됩니다. IT 관리자는 이 데이터를 수집할 수 있습니다. 개인정보처리방침

의견 주셔서 감사합니다!

×