Lync 2013 Web Scheduler (How to setup guide)

The Lync 2013 Web Scheduler was made for User who need to setup a Web Meeting without having Outlook available.
It is a very convenient method and easy to understand.

In our Demo Lab, I have documented all necessary steps:

So let’s add a new Simple URL.  We have three simple commands:

 

$urlEntry = New-CsSimpleUrlEntry -Url “https://scheduler.cie.acp.de

$simpleUrl = New-CsSimpleUrl -Component “WebScheduler” -Domain “*” -SimpleUrlEntry $urlEntry -ActiveUrl “https://scheduler.cie.acp.de
Set-CsSimpleUrlConfiguration -Identity Global -SimpleUrl @{Add=$simpleUrl} -Verbose

 First, we check the Simple URL Configuration and ensure all Topology settings were correctly made.
Than you have to use the script exactly as provided:

 

You do not need to run Enable-CsComputer, since this will not update the IIS URL Redirect, this will be one of our last steps, where we are running the Bootstrapper and let this changes be happen

 

DNS Configuration has to be modified/ enhanced:

 

Certificate Configuration

 

Certificate before Lync Web Scheduler Configuration:

 

Change the Certificate, to respond for https://scheduler.cie.acp.de

 

 

 

There is one more step
Now it is time for the BootStrapper:
Run and check the results for the IIS URL Redirect.
Before (internal Web)
After BootStrapper:

 

Now it is time to test the configuration: (Congratulation)

 

Archives
Don`t copy text!