- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我无法让 PowerShell 运行 connect-azaccount
。当我调用它时(使用 connect-azaccount -subscriptionid #######...
),我得到:
connect-azaccount:在模块“Az.Accounts”中找到“connect-azaccount”命令,但无法加载该模块。有关详细信息,请运行“导入模块 Az.Accounts”。
行:1 字符:1
+ 连接-azaaccount -subscriptionid ######### ...
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (connect-azaaccount:String) [], CommandNotFoundException
+ FullQualifiedErrorId:CouldNotAutoloadMatchingModule
每this troubleshooting module ,该问题可能是过时的 .NET。但我更新到最新版本并没有解决问题。结果相同。
当我运行Import-Module Az.Accounts
时,我得到:
导入模块:无法加载文件或程序集“file://\\internal_corp_domain.com\Profiles\my_username\My”
Documents\WindowsPowerShell\Modules\Az.Accounts\1.8.0\Microsoft.Azure.PowerShell.Authentication.Abstractions.dll' 或
它的依赖项之一。不支持操作。 (HRESULT 异常:0x80131515)
行:1 字符:1
+ 导入模块 Az.Accounts
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [导入模块],FileLoadException
+ FullQualifiedErrorId:FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand
最后一个错误中的文件路径令人费解。它似乎可能是网络共享。网上有很多关于此问题的讨论,但除了我可能有一个与 NTFS 相关的被阻止文件外,似乎没有什么相关的。搜索 NTFS 告诉我它是什么,但我不知道如何找到 block ,特别是当路径指向我无法访问的网络共享时。
有什么指点吗?
最佳答案
从 PowerShell 5.1 升级到 PowerShell 7 解决了该问题。
关于azure - 为什么 PowerShell 无法加载文件或程序集来运行 Azure PowerShell 模块?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61923442/
我是一名优秀的程序员,十分优秀!