<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" >

<channel><title><![CDATA[Vytru  - KVC Knowledge Base]]></title><link><![CDATA[http://www.vytru.com/kvc-knowledge-base]]></link><description><![CDATA[KVC Knowledge Base]]></description><pubDate>Sat, 15 Apr 2023 09:17:32 -0700</pubDate><generator>Weebly</generator><item><title><![CDATA[KVC Technical Requirements]]></title><link><![CDATA[http://www.vytru.com/kvc-knowledge-base/kvc-technical-requirements]]></link><comments><![CDATA[http://www.vytru.com/kvc-knowledge-base/kvc-technical-requirements#comments]]></comments><pubDate>Wed, 26 Aug 2015 10:19:25 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://www.vytru.com/kvc-knowledge-base/kvc-technical-requirements</guid><description><![CDATA[This guide will show you the technical requirements for the KVC- KIOSK VIDEO CONFERENCE SYSTEM.      The commands shown below to add the domains to your existing collection of Web service configuration settings.  Cross Domain Authorization List  To carry out this task, the first command in the example uses the&nbsp;New-CsWebOrigincmdlet to create a domain object for the domain. The resulting domain object is stored in a variable named $x.The second command in the example uses the&nbsp;Set-CsWebS [...] ]]></description><content:encoded><![CDATA[<h2 class="wsite-content-title" style="text-align:left;"><font size="2" style="font-weight: normal;">This guide will show you the technical requirements for the KVC- KIOSK VIDEO CONFERENCE SYSTEM.</font><span style="font-weight:normal"></span></h2>  <div>  <!--BLOG_SUMMARY_END--></div>  <div class="paragraph" style="text-align:left;">The commands shown below to add the domains to your existing collection of Web service configuration settings.</div>  <div class="paragraph" style="text-align:left;"><font size="4"><strong>Cross Domain Authorization List</strong></font></div>  <div class="paragraph" style="text-align:left;"><span>To carry out this task, the first command in the example uses the&nbsp;New-CsWebOrigincmdlet to create a domain object for the domain. The resulting domain object is stored in a variable named $x.</span><br /><br /><span>The second command in the example uses the&nbsp;Set-CsWebServiceConfiguration&nbsp;cmdlet to add the domain to the Web service configuration settings applied to Global.</span></div>  <div class="paragraph" style="text-align:left;"><strong><span>Domains</span></strong><span>: </span><ul><li><span></span>Apps.vytru.com</li></ul><br /><strong><span>PowerShell commands:</span></strong><br /><br /><span>1.<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>Open </span>Skype for Business/Lync Server&nbsp;<span>Management Shell.</span><br /><span>2.<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span>Run the below commands:</span><br /><br /><span>$x = New-CsWebOrigin -Url </span>&nbsp;"https://apps.vytru.com"<br /><span>Set-CsWebServiceConfiguration -Identity "global" -CrossDomainAuthorizationList @{add=$x}</span><br /><br /><u><span>To check the above configuration:</span></u><br /><span>Get-CsWebServiceConfiguration | select -ExpandProperty CrossDomainAuthorizationList</span></div>]]></content:encoded></item></channel></rss>