Description on environment:
- Existing Lync 2010 Standard Edition running on Windows Server 2008R2.
- New Lync 2013 Standard running on Windows Server 2012.
- New Office Web Apps 2013 running on Windows Server 2012.
Moved users from Lync 2010 pool to new Lync 2013 pool and it works fine except one thing. They can’t present PowerPoint.
Office Wep Apps Server was installed with the following prereq command:
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
After searching the Internet for solution I also complemented with this command (ws2012 iso mounted to D-drive):
Add-WindowsFeature NET-Framework-Features,NET-Framework-Core,NET-HTTP-Activation,NET-Non-HTTP-Activ,NET-WCF-HTTP-Activation45 -Source D:\sources\sxs
OWA farm created with following command:
New-OfficeWebAppsFarm -InternalURL “https://srv064.internaladdomain.eu” –CertificateName “Office Web Apps” -ExternalURL "https://officewebapps.externaldomain.se"
Certificate created from internal CA and is trusted from all domain joined machines.
Lync 2013 FE server have both 41032 and 41034 events in the log file.
It is also possible to read the discovery xml internally throughhttps://srv064.internaladdomain.eu/hosting/discovery
On the Office Web Apps server it reports unhealthy status when I run the powershell commandGet-OfficeWebAppsMachine
Anybody have any ideas how to solve this?