【问题标题】:Sharepoint 2013 Manage Service Applications - Missing PowerPoint Automation ServicesSharepoint 2013 管理服务应用程序 - 缺少 PowerPoint 自动化服务
【发布时间】:2013-08-22 13:01:33
【问题描述】:

我们刚刚进行了全新的 SharePoint 2013 场安装,并希望手动配置所使用的服务应用程序 - 我们没有使用场配置向导

我们面临的问题是PowerPoint Automation Services 没有出现在Central Administration->Application Management->Manage Service Applications->New 菜单下拉菜单中 - 但Word Automation Services em> 和其他服务应用程序一样。

如何为 Sharepoint 2013 创建新的 PowerPoint 自动化服务 应用程序和代理?

【问题讨论】:

    标签: sharepoint sharepoint-2013 service-application powerpoint-automation


    【解决方案1】:

    事实证明,某些 SharePoint 服务应用程序没有出现在应用程序管理->管理服务应用程序->新建下拉菜单下,因为 Microsoft 选择不添加它们。

    为了创建它们 - 你不能使用 CA,你必须依赖 PowerShell 作为discussed in this MS TechNet post

    PowerShell 创建 PowerPoint 服务应用程序和代理

    New-SPPowerPointConversionServiceApplication -Name "PowerPoint Automation Service" -ApplicationPool "SharePoint Web Services Default"
    New-SPPowerPointConversionServiceApplicationProxy -Name "PowerPoint Automation Service" -ServiceApplication "PowerPoint Automation Service"
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多