0

Hello my fellow SharePoint fanatics!

In my lab environment, I am trying to set up a OWA farm, so I can use OWA for SharePoint 2013.

The steps I took:

1. Install OWA on a separate server (no problem)

2. Run the following PowerShell code on the OWA server:

Import-Module OfficeWebApps

New-OfficeWebAppsFarm -InternalURL https://nmowa01.sprelated.lcocal -EditingEnabled -CertificateName nmowa01

3. On my SharePoint server I ran the following PowerShell line:

New-SPWOPIBinding -ServerName nmowa01.sprelated.local (no errors)

My current set up:

SP2013 server
OWA2013 server
TMG2010 server for publishing SP2013

Is it possible to have only an InternalUrl for OWA, as the SharePoint server can contact the OWA server via the InternalUrl? I do not want to allow HTTP, and if not needed, i wish not to use an ExternalUrl.

Any information is welcome! 🙂

(Visited 82 times, 1 visits today)
Add a Comment