- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一台 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/
我是一名优秀的程序员,十分优秀!