Office Oline Server(구 WAC서버) 구축
구축계기 : Skype for business 에서 Power Point 프레젠테이션 기능을 필요해서
OOS 서버 필요성 : SharePoint, Exchange 서버에서 online상 편집하기 위해 필요한 애드온 서버
참조 사이트 : https://docs.microsoft.com/en-us/officeonlineserver/office-online-server
ㅁ Office Oline Server, OOS 서버 구축
1. 윈도우 서버 설치(※AD에 연동되어 FQDN 및 DNS 등록 되어있어야함)
2. 의존 기능 사전설치
2.1 Windows Server 2012 R2 기준
powershell> Add-WindowsFeature Web-Server,Web-Mgmt-Tools,Web-Mgmt-Console,Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Static-Content,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Security,Web-Filtering,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext45,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,InkandHandwritingServices,NET-Framework-Features,NET-Framework-Core,NET-HTTP-Activation,NET-Non-HTTP-Activ,NET-WCF-HTTP-Activation45,Windows-Identity-Foundation,Server-Media-Foundation
2.2 Windows Server 2016, 2019, 2022: 기준
powershell> Add-WindowsFeature Web-Server,Web-Mgmt-Tools,Web-Mgmt-Console,Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Static-Content,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Security,Web-Filtering,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext45,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,NET-Framework-Features,NET-Framework-45-Features,NET-Framework-Core,NET-Framework-45-Core,NET-HTTP-Activation,NET-Non-HTTP-Activ,NET-WCF-HTTP-Activation45,Windows-Identity-Foundation,Server-Media-Foundation
3. 기타 의존성 프로그램
>.NET Framework 4.5.2
>Visual C++ Redistributable Packages for Visual Studio 2013
>Visual C++ Redistributable for Visual Studio 2015
>Microsoft.IdentityModel.Extention.dll
4. Office Oline Server 설치
4.1 ISO파일 마운트 후 패키지 설치
4.2 언어팩 설치(Microsoft Download Center : https://go.microsoft.com/fwlink/p/?LinkId=798136)
5. 팜 생성
5.1 HTTP 사용시 Powershell > New-OfficeWebAppsFarm -InternalURL "http://servername" -AllowHttp -EditingEnabled
5.2 HTTP Farm 생성 확인 : 웹브라우저에서 http://servername/hosting/discovery 접속
5.3 HTTPS 사용시 Powershell >
5.4 HTTPS Farm 생성 확인 : 웹브라우저에서 https://servername/hosting/discovery 접속확인
연동 전 구축작업 끝