尝试安装名为“SkypeforBusiness”的 PowerShell 模块
PowerShell 模块安装在 Skype 当前运行的服务器上,但我想在其他服务器上安装该模块。
Skype 版本是 Skype for Business Server 2015
微软在下面的文章中提到了该模块。 https://docs.microsoft.com/en-us/skypeforbusiness/manage/management-shell
我已经尝试过以下
Find-Module -Name "SkypeforBusiness"
我收到错误:未找到符合指定搜索条件和模块名称的匹配项。
我猜我没有安装正确的 PSRepository?