Showing posts with label Office WebAPP. Show all posts
Showing posts with label Office WebAPP. Show all posts

Wednesday, February 15, 2017

Office Web Application Server Prerequisites

Windows 2012 Prerequisites:

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


Windows 2008 R2 Prerequisites:
install .Net Framework 4.5, Windows Management Framework 3.0

Import-Module ServerManager
Add-WindowsFeature Web-Server,Web-WebServer,Web-Common-Http,Web-Static-Content,Web-App-Dev,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,Web-Security,Web-Windows-Auth,Web-Filtering,Web-Stat-Compression,Web-Dyn-Compression,Web-Mgmt-Console,Ink-Handwriting,IH-Ink-Support

1.Run Office Webb apps Server installation file.
2.Generate Certificate on local PKI or use public Certificate.
(Certificate must have Friendly name)



Configure Office Web Apps Server

Rum PowerShell as administrator:

Import-Module OfficeWebApps

New-OfficeWebAppsFarm -InternalURL <href="https://<FQDN" title="https://<FQDN">https://<FQDN</a> OWAS Server> -ExternalURL <href="https://<URL" title="https://<URL">https://<URL</a> OWAS public name> –CertificateName “Certificate Friendly Name” -AllowHTTP

New-OfficeWebAppsHost "Domain Name" 


to Check Offece Web Server open this link :

 https://FQDN OWAS Server/hosting/discovery



Publish Office WebAPP TMG