3

In the webclient for Outlook in O365, there is a link in the upper left-hand corner labled "Office365." Is there any way to customize the url?

RepDetec
  • 131
  • 4
  • If the answers you were provided help you with your question, you should select one as an accepted answer. – mfinni Apr 14 '14 at 15:46

1 Answers1

2

If you are trying to point it to a different installation of Office Web Apps, then yes. You can use WAC Discovery to point it to a different server as listed in the integration guide.

Set-OrganizationConfig -WACDiscoveryEndPoint https://Server1/hosting/discovery

If you are trying to send it somewhere arbitrary, it doesn't look like there is a built in supported way to change it. I do notice a suspiciously interesting "WacUrlHostName" option in ClientAccess\Owa\Web.conf.

That being said, there is a full API to extend the OWA and Outlook 2013 experience which may be a better option than hacking around in undocumented config files.

Mitch
  • 2,363
  • 14
  • 23