一、基础环境准备
- 安装干净的
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
- 安装必需的软件
二、安装 Office Online Server
三、将服务器加入 AD 域
- 将计算机加入 AD 域
高级系统设置
→计算机名
→更改
→隶属于域
- 将域用户加入本地
Administrators
组
本地用户和组
→组
→Administrators
→添加到组
- 切换为域用户登录
四、部署 Office Online Server 场
管理员模式运行 PowerShell
,执行下面命令
Import-Module -Name OfficeWebApps
New-OfficeWebAppsFarm -InternalURL "http://officeonline.company.ad" -ExternalURL "http://officeonline.company.ad" -AllowHttp -EditingEnabled -OpenFromUrlEnabled
网友评论