Lync Server 2013 标准版部署(七)UCWA功能&IE增强&Silverlight安装

发布时间:2020-09-18 07:09:31 作者:Finder_li
来源:网络 阅读:2255

Silverlight 安装
在已经部署好的Lync Server 2013 前端服务器下载Silverlight。
下载地址为:https://go.microsoft.com/fwlink/?LinkID=149156&v=5.0
1.下载完成后,运行此程序
Lync Server 2013 标准版部署(七)UCWA功能&IE增强&Silverlight安装
2.选择立即安装
Lync Server 2013 标准版部署(七)UCWA功能&IE增强&Silverlight安装
3.下一步
Lync Server 2013 标准版部署(七)UCWA功能&IE增强&Silverlight安装
4.关闭
Lync Server 2013 标准版部署(七)UCWA功能&IE增强&Silverlight安装
IE增强功能关闭
将下面的脚本复制保存PowerShell脚本,在Lync Server 2013 前端服务器运行,关闭前端服务器上的IE增强功能。
禁用IE增强功能
Lync Server 2013 标准版部署(七)UCWA功能&IE增强&Silverlight安装

function Disable-InternetExplorerESC {
    $AdminKey = "HKLM:\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073}"
    $UserKey = "HKLM:\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A8-37EF-4b3f-8CFC-4F3A74704073}"
    Set-ItemProperty -Path $AdminKey -Name "IsInstalled" -Value 0
    Set-ItemProperty -Path $UserKey -Name "IsInstalled" -Value 0
    Stop-Process -Name Explorer
    Write-Host "IE Enhanced Security Configuration (ESC) has been disabled." -ForegroundColor Green
}
Disable-InternetExplorerESC

启用IE增强功能
Lync Server 2013 标准版部署(七)UCWA功能&IE增强&Silverlight安装

function Enable-InternetExplorerESC {
    $AdminKey = "HKLM:\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073}"
    $UserKey = "HKLM:\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A8-37EF-4b3f-8CFC-4F3A74704073}"
    Set-ItemProperty -Path $AdminKey -Name "IsInstalled" -Value 1
    Set-ItemProperty -Path $UserKey -Name "IsInstalled" -Value 1
    Stop-Process -Name Explorer
    Write-Host "IE Enhanced Security Configuration (ESC) has been enabled." -ForegroundColor Green
}
Enable-InternetExplorerESC

UCWA功能开启
在Lync Server 2013 的安装目录中运行Bootstrapper.exe,开启UCWA功能。
%ProgramFiles%\Microsoft Lync Server 2013\Deployment\Bootstrapper.exe

  1. 进入Lync Server 2013 安装目录的Deployment文件夹中
    Lync Server 2013 标准版部署(七)UCWA功能&IE增强&Silverlight安装
    2.运行Bootstrapper.exe程序
    Lync Server 2013 标准版部署(七)UCWA功能&IE增强&Silverlight安装
cd 'C:\Program Files\Microsoft Lync Server 2013\Deployment'
.\Bootstrapper.exe
推荐阅读:
  1. 删除Lync服务器
  2. Lync Server 2013 标准版部署(十)边缘服务器部署[四]

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

ucwa ie增强 ie增强关闭

上一篇:golang中为什么Response.Body需要被关闭详解

下一篇:springCloud入门学习(一):认识微服务架构

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》