Office Online Server Preview Editing Error
As part of developing the new Microsoft Exchange Server 2016 course, I needed to get Office Online Server Preview (formerly Office Web Apps Server) working with Exchange Server 2016. If you read the instructions it's pretty straight forward. There isn't much to do other than run setup and run a single command to create a farm. Instructions are here: https://technet.microsoft.com/en-us/library/jj219455%28v=office.16%29.aspx The command to create the farm for Office Online Server is: New-OfficeWebAppsFarm -InternalURL https://office.adatum.com -ExternalURL https://office.adatum.com -Certificate OOSCertificate -EditingEnabled After creating the farm, you need to set Exchange 2016 to use it with the following command: Set-OrganizationConfig -WacDiscoveryEndPoint https://office.adatum.com/hosting/discovery After running the command in Exchange 2016, you need to restart the MSExchangeOwaAppPool. Or If you're lazy, just do an IISreset. After this, I was able to send a Word documen...