gpt4 book ai didi

powershell - 此计算机上未安装 WAPPSCmdlet

转载 作者:行者123 更新时间:2023-12-03 03:19:52 24 4
gpt4 key购买 nike

我有一台 Windows 2008 R2 计算机,并且我已从以下链接安装了 VS2010 和 SP1、Windows Azure SDK 1.7 以及 Azure SDK 和 PowerShell cmdlet 的所有其他工具

https://www.windowsazure.com/en-us/manage/downloads/

当我运行 Windows Powershell for Windows Azure Cmdlet 时,它显示错误:

Add-PSSnapin : The Windows PowerShell snap-in 'WAPPSCmdlets' is not installed o n this machine. At line:1 char:21 + cd c:\; add-pssnapin <<<< WAPPSCmdlets + CategoryInfo : InvalidArgument: (WAPPSCmdlets:String) [Add-PSSn apin], PSArgumentException + FullyQualifiedErrorId : AddPSSnapInRead,Microsoft.PowerShell.Commands.Ad dPSSnapinCommand

我也尝试过以下链接,但没有用。 http://social.msdn.microsoft.com/Forums/is/windowsazuredevelopment/thread/4c59fc7e-3ead-482e-88c3-f5555e915c84

最佳答案

您可以尝试手动加载模块吗?

Import-Module "C:\Program Files (x86)\Microsoft SDKs\Windows Azure\PowerShell\Azure\Azure.psd1"

然后只需尝试任何 CmdLet(例如 Add-AzureCertificate)即可查看是否可以使用它。

更新:由于 Add-AzureCertificate 适用于您,这意味着所有 cmdlet 现在都可用。为了使事情变得更容易,您只需在桌面上创建一个具有以下目标的快捷方式:

C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe -NoExit -Command "cd 'C:\'; Get-ChildItem 'C:\Program Files (x86)\Microsoft SDKs\Windows Azure\PowerShell\Azure*.psd1' | ForEach-Object {Import-Module $_}"

关于powershell - 此计算机上未安装 WAPPSCmdlet,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12855083/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com