Azure Functions无法通过托管依赖项加载Powershell:模块



我们在导入powershellgallery.com: IntuneWin32App库时遇到了麻烦。错误信息如下:

"ERROR: The 'New-IntuneWin32AppPackage' command was found in the module 'IntuneWin32App', but the module could not be loaded."

我们正在运行Azure功能3,Powershell 7.1。IntuneWin32App是通过托管依赖导入的。在"要求"中规定。如下:

'IntuneWin32App' = '1.*'

对于此错误的相关问题,我们已经尝试了几种解决方案,但都没有帮助。

编辑:详细输出:https://pastebin.com/t3kBF00A

我们还将该功能部署到云环境中,我们正在那里检索相同的问题。

[2021-07-30T06:54:54.792Z] ERROR: Could not load file or assembly 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. The system cannot find the file specified.

模块需要认证吗?它似乎试图启动一个在PowerShell 7中不可用的winforms窗口。

是否有其他的身份验证机制,你可以使用的模块,如服务主体或证书,以防止窗口?

相关内容

  • 没有找到相关文章

最新更新