Configuring Web Scheduler in Skype for business 2015 Environment
What are different ways to schedule a Skype Meeting?
1. Skype for Business Client.
2. Outlook Client.
Well, there is another way we can create/Schedule a Skype Meetings, Skype for business Web Scheduler using any web browser.
Web Scheduler is not something that’s available by default in Skype for Business, however we can configure it to be available for Skype for business users.
One thing to keep in mind is that this Web Scheduler is mainly designed for those Customers, who would want to allow their users to be able to spin up a Skype for Business Meetings even when they don't have access to Outlook or Skype for Business Client.
Configuring Web Scheduler is pretty straight forward, this blog would guide you through the configuration procedure with reference Screenshots.
Configuring Web Scheduler Application on Skype for business Server.
- Before configuring Web scheduler, we see below Simple URL configurations in Skype for business Infrastructure:
Get-CsSimpleUrlConfiguration | Select-Object -ExpandProperty SimpleUrl
- Run below commands from Skype for business Management shell to create a new simple URL Entry for web scheduler:
$SimpleUrlEntry = New-CsSimpleUrlEntry -Url “https://Skypeweb.contoso.com”
$SimpleUrl = New-CsSimpleUrl -Component “WebScheduler” -Domain “*” -SimpleUrlEntry $SimpleUrlEntry -ActiveUrl “https://Skypeweb.contoso.com”
Set-CsSimpleUrlConfiguration -Identity Global -SimpleUrl @{Add=$SimpleUrl} –Verbose
- Now we would see another simpleurl configured below:
Get-CsSimpleUrlConfiguration | Select-Object -ExpandProperty SimpleUrl
Run Step 2 from Deployment Wizard on all the Front End Servers in the Skype for business Pool, which adds the components for Web Scheduler Feature.
- After performing above actions, under the Scheduler Virtual Directory (both Internal & External Website) on Skype for business Front End Servers we would see Additional URL Rewrite rules added for Web Scheduler.
- Skype users can use the Scheduler URL “Https://Skypeweb.contoso.com” from the Web browser to schedule the Skype meetings.
- As per the URL Rewrite module settings, Front end Server will redirect user to Internal/External Web services along with Scheduler Virtual Directory (Https://Skype.contoso.com/Scheduler) which provides the sign in page.
Pragathi Raj
Premier Field Engineer - Microsoft
Comments
- Anonymous
June 27, 2016
I think this a great help for customers. - Anonymous
January 24, 2017
Do any certificates need to be updated as well?- Anonymous
February 07, 2017
Yes, The Initial Scheduler URL that we plan to use (in above example its Skypeweb.contoso.com) should be part of Certificate SAN entry (Front End Servers & Reverse Proxy)
- Anonymous
- Anonymous
February 23, 2017
The comment has been removed- Anonymous
March 14, 2017
The comment has been removed
- Anonymous
- Anonymous
May 03, 2017
Not showing "conference ID"..... (bug?)But "conference ID" is showing normally via OWA and Outlook.- Anonymous
May 19, 2017
The comment has been removed
- Anonymous
- Anonymous
May 13, 2017
The comment has been removed- Anonymous
May 19, 2017
The comment has been removed
- Anonymous