Mac 上的 Powershell - 导入模块 PartnerCenter 失败

Mac 上的 Powershell - 导入模块 PartnerCenter 失败

我需要在 Mac 上使用 PowerShell 的 PartnerCenter 模块。当我尝试使用

Import-Module -Name PartnerCenter  

PowerShell说

Import-Module : Could not load file or assembly 'Newtonsoft.Json, 

Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.
At line:1 char:1
+ Import-Module -Name PartnerCenter
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : InvalidOperation: (:) [Import-Module], FileLoadException
+ FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand

我注意到 PartnerCenter 模块是“二进制”类型。其他脚本类型模块(例如 Az)可以毫无问题地导入。

编辑:安装模块后,我使用 sudo 运行了 powershell。我还执行了 postanote 回复中建议的所有步骤,结果与最初描述的相同

编辑2:这里仍然没有成功...通过使用 Win-Machine 解决了这个问题,但仍然对解决方案感兴趣。

问候,迈克尔

相关内容