最近公司安排要在Windows2016上安装一个新的SharePoint2016 farm,在安装必要组件执行Powershell时遇到下面安装WindowsFeature的错误:

ArgumentNotValid: The role, role sservice, or feature name is not valid: 'Application-Server…'

在Windows2016上安装SharePoint2016 PrerequisiteInstaller组件失败的解决方案

经过排查主要是因为新的Widnows2016系统在Windows Feature上与其他系统不同导致安装出错。可以通过执行下面命令解决。

Import-Module ServerManager

Add-WindowsFeature NET-WCF-HTTP-Activation45,NET-WCF-TCP-Activation45,NET-WCF-Pipe-Activation45

在Windows2016上安装SharePoint2016 PrerequisiteInstaller组件失败的解决方案

安装成功,感谢阅读。

相关文章:

  • 2021-06-18
  • 2021-09-17
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
猜你喜欢
  • 2022-12-23
  • 2021-11-23
  • 2021-04-02
  • 2021-12-26
  • 2021-05-20
  • 2021-07-27
  • 2022-12-23
相关资源
相似解决方案