为Windows Azure运行以下Windows Azure PowerShell cmdlet:Import-Module 'C:\Program Files (x86)\Microsoft SDKs\Windows Azure\PowerShell\Azure\Azure.psd1'
生成以下错误。我使用提升的priveleges运行PowerShell,Get-ExecutionPolicy
返回RemoteSigned
。
这是错误:
Import-Module:加载扩展类型数据文件时发生以下错误: Microsoft.PowerShell,C:\ Program Files(x86)\ Microsoft SDKs \ Windows Azure \ PowerShell \ Azure \ Microsoft.WindowsAzure.Manag ement.Websites.Types.ps1xml:文件被跳过,因为它已经存在于“Microsoft.PowerShell”中。 Microsoft.PowerShell,C:\ Program Files(x86)\ Microsoft SDKs \ Windows Azure \ PowerShell \ Azure \ Microsoft.WindowsAzure.Manag ement.SqlDatabase.Types.ps1xml:文件被跳过,因为它已经存在于“Microsoft.PowerShell”中。
在行:1 char:14 + Import-Module<<<< 'C:\ Program Files(x86)\ Microsoft SDKs \ Windows Azure \ PowerShell \ Azure \ Azure.psd1'
+ CategoryInfo:InvalidOperation:(:) [Import-Module],RuntimeException
+ FullyQualifiedErrorId:FormatXmlUpateException,Microsoft.PowerShell.Commands.ImportModuleCommand
此错误后脚本无法完成。
答案 0 :(得分:0)
经过半天的坚持,我只是决定继续这些步骤,它完美无缺。所以我想这只是一个警告,但并没有影响其余的过程。结果我没有任何问题。