- Get link
- X
- Other Apps
Office Online Server system requirements
Office Online Server requires the following to install:- Windows Server 2012 R2
- Visual C++ Redistributable for Visual Studio 2015
- Microsoft.NET Framework 4.5.2
- All available Windows updates installed
Install Office Online Server prerequisites
To install Office Online Server prerequisites, do the following:- Install .NET Framework 4.5.2.
- Install the required operating system features by running the following command:
Install Office Online Server
To install Office Online Server, do the following on the computer where you want to install it:
Follow the Office Online Server setup wizard, select an installation location and then click Install Now.
Obtain and import an SSL certificate with the fully qualified domain name(s) (FQDN) of the Office Online Server server. If your organization is configured for split DNS, you only need to configure one FQDN on the certificate. For example, oos.xyz.com. If you have different internal and external FQDNs, you'll need to configure both FQDNs on the certificate.
Follow the Office Online Server setup wizard, select an installation location and then click Install Now.
Configure DNS records to point the FQDN(s) on the certificate to your Office Online Server server. If you have different DNS servers for internal and external users, you'll need to configure the appropriate FQDN on each server.
Open Windows PowerShell and run the following commands. When you run the commands, replace the example FQDNs and certificate friendly name with your own.
Same internal and external FQDN
New-OfficeWebAppsFarm -InternalURL "https://oos.xyz.com" -ExternalURL "https://oos.xyz.com" -CertificateName "Office Online Server Preview Certificate"
Different internal and external FQDNs
Configure the Office Online Server endpoint at the Mailbox server level
Open the Exchange Management Shell and run the following command.Configure the Office Online Server endpoint at the organization level
- Get link
- X
- Other Apps
Comments
Post a Comment