Microsoft Lync Web Scheduleris based on aWebThe program, when you do not haveMicrosoft Outlookor located not based onWindowsoperating system, you can use the program to createLyncmeetings. WithWeb Scheduler, you can use your favorite e-mail program to create new meetings, change existing meetings, and send invitations.
This feature is not available by default and is not open before deployment Web Scheduler the link to the portal, the error page is as follows:
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/6F/61/wKioL1WbKK3jB3LFAAEpymrLYf0522.jpg "title=" 1.jpg " alt= "Wkiol1wbkk3jb3lfaaepymrlyf0522.jpg"/>
now, step by step, deploy and enable Lync Web Scheduler , environmental use Skype for Business Server .
view the defined simple URL
$a =get-cssimpleurlconfiguration$a.simpleurl
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/6F/64/wKiom1WbJu3RgebHAAFCoazKmDc621.jpg "title=" 2.jpg " alt= "Wkiom1wbju3rgebhaafcoazkmdc621.jpg"/>
use the following command to add Webscheduler New and Simple Url
$urlEntry = New-cssimpleurlentry-url "https://scheduler.juc.cn" $SIMPLEURL = new-cssimpleurl-component "Webscheduler" -domain "*"-simpleurlentry $urlEntry-activeurl "https://scheduler.juc.cn" set-cssimpleurlconfiguration [email protected]{add= $SIMPLEURL}–verbose
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/6F/61/wKioL1WbKMWgPfEgAAG_fP8jxz0869.jpg "title=" 3.jpg " alt= "Wkiol1wbkmwgpfegaag_fp8jxz0869.jpg"/>
Special Note:
if URL changes, please put
Add= $SIMPLEURL
Replaced by
Remove= $SIMPLEURL
And then re-add it.
Create a new simple after the URL executes the view command, the result shows the successful addition
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/6F/64/wKiom1WbJwfQ8WygAAHY-Wq8zLM414.jpg "title=" 4.jpg " alt= "Wkiom1wbjwfq8wygaahy-wq8zlm414.jpg"/>
Add DNS Record Scheduler
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/6F/61/wKioL1WbKOeRtMT1AAO2njSjnlA982.jpg "title=" 5.jpg " alt= "Wkiol1wbkoertmt1aao2njsjnla982.jpg"/>
Open Front End server SFB Deployment Wizard, step 3, re-request and assign certificates, add scheduler.juc.cn
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/6F/64/wKiom1WbJyPTft0GAANAp4emH20718.jpg "title=" 6.jpg " alt= "Wkiom1wbjyptft0gaanap4emh20718.jpg"/>
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/6F/64/wKiom1WbJy6TbKjJAAHgMleqWpQ759.jpg "title=" 7.jpg " alt= "Wkiom1wbjy6tbkjjaahgmleqwpq759.jpg"/>
Execution BootStrapper , enable the new role
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/6F/61/wKioL1WbKQPjsBtcAAPKrILspnw847.jpg "title=" 8.jpg " alt= "Wkiol1wbkqpjsbtcaapkrilspnw847.jpg"/>
View IIS, the HTTPS redirection rule for scheduler.juc.cnhas been created
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/6F/64/wKiom1WbJ0KSRvuUAAU0rpEMaTM465.jpg "title=" 9.jpg " alt= "Wkiom1wbj0ksrvuuaau0rpematm465.jpg"/>
Browser Open https://join.juc.cn/scheduler Check if deployment is successful
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/6F/61/wKioL1WbKRrh4iQ-AAGi8gA9Xvc275.jpg "title=" 10.jpg "alt=" Wkiol1wbkrrh4iq-aagi8ga9xvc275.jpg "/>
can display normally, login, new Meeting
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/6F/64/wKiom1WbJ1iRhyHnAAFcvby_Y1E674.jpg "title=" 11.jpg "alt=" Wkiom1wbj1irhyhnaafcvby_y1e674.jpg "/>
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/6F/61/wKioL1WbKS-AYU4VAAI5Qx3RbLQ190.jpg "title=" 12.jpg "alt=" Wkiol1wbks-ayu4vaai5qx3rblq190.jpg "/>
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/6F/64/wKiom1WbJ2zgH2QaAAHYAg4qw1Y453.jpg "title=" 13.jpg "alt=" Wkiom1wbj2zgh2qaaahyag4qw1y453.jpg "/>
Successfully created a meeting
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/6F/64/wKiom1WbKErxDnpLAAGAm-0I2u0218.jpg "style=" float: none; "title=" 14.jpg "alt=" Wkiom1wbkerxdnplaagam-0i2u0218.jpg "/>
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/6F/61/wKioL1WbKhjBwWtnAAHmgb3JFOk211.jpg "style=" float: none; "title=" 15.jpg "alt=" Wkiol1wbkhjbwwtnaahmgb3jfok211.jpg "/>
This article is from "Johnson's blog" blog, please be sure to keep this source http://yangqiangsheng.blog.51cto.com/127876/1671514
Lync WEB Scheduler Deployment