Quietly, The Office team announced last month that Office Web Apps Server will not be available for public download as of November 24. That’s less than one week…
According to Microsoft, Office Web Apps Server will be available for download only under volume licensing agreements.
Existing installations will not require a license.
So, before it’s too late – download your copy current copy of Office Web Apps Server here.
Don’t forget to also download its SP1 update.
That’s all the configuration needed on the Lync side.
Next step is to configure a publishing rule in TMG 2010. Unfortunately, you cannot use your External web url, since Lync traffic is bridged to port TCP 4443, and Office Web Apps Server works HTTPS, meaning TCP 443.#
Update:
Since TMG is end of life, You can now use IIS ARR to publish Lync Server 2013.
Form your TMG cosnsole, select “New Web Publishing Rule”. Give your rule a name and click “Next”:
In the “select Rule Action window, choose “Allow” and click next:
In the “Publishing Type” windows choose “Publish a single Web site or load balancer”:
Then choose “Use SSL”:
In the next window, enter you Internal site name – That’s the one entered earlier in the command. If your TMG cannot resolve this name to an IP, you might enter it it in the field below:
In the Internal Publishing Details window, Enter /* in the path field, and remember to check the “Forward the original host header…” checkbox:
In “Public Name Details” enter the external FQDN of your WAC server. This is the name you entered earlier in the -ExternalURL command:
In the “Select Web Listener” window select “New”:
Name your listener and click next:
Choose “Require SSL” in the Client Connection Security window:
Choose your listener IP:
Choose your listener’s certificate:
(Must contain you external FQDN)
In the “Authentication Settings” window select “No Authentication”:
Click “Next” on the SSO settings page, review your listener’s settings and click Finish:
The new listener is now selected for your rule:
In the next window, choose “No delegation, but client may authenticate directly”:
Leave the user sets with “All Users”:
In the last window, review your settings and click Finish:
Locate your rule in the TMG console and right click to edit it:
Navigate to the “Traffic” tab, click “Filtering” and “Configure HTTP”:
Uncheck the “Verify normalization” box and click OK:
Apply the changes to your Forefront TMG 2010 Server.
27.03.2013: Updated to the latest version of Office Web Apps Server.
Lync Server 2013 WAC is a new requirement in the Lync Server 2013 deployment. You’ll have to have this server is you want to be able to share PowerPoint presentations.
The installation and configuration of this server is quite easy, let’s take a look:
Prerequisites:
First, download the Microsoft Office Web Apps Server from here and the update from here. While it downloads, we can configure the other prerequisites.
If you’re using Windows Server 2008R2, please download Microsoft’s .Net Framework 4.5, download Windows Management Framework 3.0, and download KB2592525, which will allow you to run the applications in a Server 2008R2 environment.
Install all of the above, Then, run this using an elevated PowerShell:
If you’re using Windows Server 2012, it’s even easier; Just run the following from an elevated PowerShell (Server 2012 imports the relevant PS modules automatically, so you don’t have to use the “Import-Module” command) :
For Server 2012, double-click the .img file and run “Setup.exe”.
For Server 2008R2, open the .img file with any software of your choice and run “Setup.exe”
Restart the server if you’re prompted to do so and install the update.
Create a certificate:
Like most Lync services, you’re required to assign a certificate to this service as well.
We’ll use the IIS Manager to do that:
Launch the IIS Manager and scroll down to “Server Certificates”:
In the “Server Certificates” window, click on “Create Domain Certificate” in the Action pane:
In the “Create Certificate” window, fill the details of your server and organization. Note that the “Common Name” must be in the “Server.Domain.Local” format:
In the next window, choose you CA, and give your certificate a friendly display name – We’ll use that name later:
When you click “Finish”, you’ll see you have a new certificate:
Configure the WAC Server:
From an elevated PowerShell, run the following command: