Posts

Showing posts with the label Web Scheduler How-to configuration

Lync 2013 Web Scheduler (How to setup guide)

Image
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 Config...