Sharepoint side :
get-SPWOPIBinding - show ofiice web app configuration
Remove-SPWOPIBinding -All:$true -remove office web app from sharepoint
New-SPWOPIBinding -ServerName "OfficewebAppServer FQDN"-AllowHtp- connect sharepoint to owa server
Set-SPWOPIZone -zone "external-https" - use if users have external and internal connection
Set-SPWOPIZone -zone "internal-http" - use if you have only internal connection
get-SPWOPIBinding - show ofiice web app configuration
Remove-SPWOPIBinding -All:$true -remove office web app from sharepoint
New-SPWOPIBinding -ServerName "OfficewebAppServer FQDN"-AllowHtp- connect sharepoint to owa server
Set-SPWOPIZone -zone "external-https" - use if users have external and internal connection
Set-SPWOPIZone -zone "internal-http" - use if you have only internal connection
No comments:
Post a Comment