Hybrid 구성 목적은 Onpremise 에 있는 Lync 개체를 Office 365로 이동하기 위한 것이라고 보시면 됩니다.
궁극적으로는 Online 으로 전부 이동하기전의 중간 과정입니다. 개인적인 생각이지만 Cloud 면 Cloud, Onpremise 면 Onpremise 만 이용하는 것이 오류나 제한사항이 적다고 생각합니다.
이미 Exchange Hybrid 및 AD Sync 및 ADFS 구성이 완료된 상태에서 Skype for business server 2015 구축후 진행해 보았습니다.
기술자료
먼저 Sfb online powershell 을 설치 합니다.
Installed Skype for Business Online Windows PowerShell Module
https://www.microsoft.com/ko-KR/download/details.aspx?id=39366
FE 서버에서 아래와 같이 진행합니다.
import-module SkypeOnlineConnector
$cred = get-credential
Office 365 관리자 계정 로그인
$Session = New-CsOnlineSession –Credential $cred
Import-PSSession $Session –AllowClobber
Get-CsTenantFederationConfiguration
SharedSipAddressSpace 확인
아래의 명령어 진행
Set-CsTenantFederationConfiguration -SharedSipAddressSpace $true
Powershell 창을 하나 더 열어서 GetCsHostingProvider 를 진행 - 하나 이상 조회 될때 다음과 같은 명령어로 제거
FE에서 Skype Control Pannel 실행 - Set up hybrid with Skype for Business Online 클릭
Next
로그인
O365 관리자 계정 로그인
Close
Next
설정 완료
완료된 화면 확인
'Lync & SFB & Team' 카테고리의 다른 글
Skype for Business Server 2015. Reverse Proxy 구성(3) TMG 2010편 (0) | 2017.10.09 |
---|---|
Skype for Business Server 2015. Office 365 와 외부사용자와 통신시 상태 알 수 없음(Presence Unknown) 나타나는 증상 (0) | 2017.09.28 |
Lync/SFB, Access Edge 서비스 실행 안 되는 증상 (0) | 2017.03.29 |
Skype for Business Server 2015. Reverse Proxy 구성(3) ARR편 (15) | 2016.11.21 |
Skype for Business Server 2015. Edge 설치(2) (2) | 2016.11.20 |