New-OfficeWebAppsFarm -InternalUrl https://<Internal FQDN Name of Office Web Apps Server> -ExternalUrl <Public FQDN create for internet publication> –CertificateName "Certificate Friendly Name" -EditingEnabled
Set-OrganizationConfig -WACDiscoveryEndPoint https://<Office Web Apps Server>/hosting/discovery
Get-OrganizationConfig | Format-List WACDiscoveryEndPoint
Set-OwaVirtualDirectory "Hm03\owa (Default Web Site)" -WacViewingOnPrivateComputersEnabled $true
Set-OwaVirtualDirectory "Hm03\owa (Default Web Site)"-WacViewingOnPublicComputersEnabled $ true
New-SPWOPIBinding -ServerName <Office Web Apps Server FQDN>
Set-SPWOPIZone –zone “external-https”
Set-OfficeWebAppsFarm -OpenFromUncEnabled:$True -OpenFromUrlEnabled:$True
Maheshkumar S Tiwari edited Revision 10. Comment: Added tags. Some image links seem to be broken, please correct it.
Fernando Lugão Veltem edited Revision 3. Comment: article update
Fernando Lugão Veltem edited Revision 1. Comment: article update
Maheshkumar S Tiwari edited Revision 9. Comment: Added tags. Some image links seem to be broken, please correct it.