New-OfficeWebAppsFarm -InternalUrl https://<FQDN do Servidor interno> -ExternalUrl <FQDN Público do Office Web> –CertificateName "Friendly Name do Certificado" -EditingEnabled
Set-OrganizationConfig -WACDiscoveryEndPoint https://<Nome do Servidor>/hosting/discovery
Get-OrganizationConfig | Format-List WACDiscoveryEndPoint
Set-OwaVirtualDirectory "Server01\owa (Default Web Site)" -WacViewingOnPrivateComputersEnabled $true
Set-OwaVirtualDirectory "Server01\owa (Default Web Site)" -WacViewingOnPublicComputersEnabled $true
New-SPWOPIBinding -ServerName <FQDN do Servidor Office Web Apps>
Set-SPWOPIZone –zone “external-https”
Set-OfficeWebAppsFarm -OpenFromUncEnabled:$True -OpenFromUrlEnabled:$True
Ótimo artigo Fernando! Pergunta, tem como pegar thumbnails usando apenas o Officer Web App sem Sharepoint?
Great; is there any english version?