为 Windows Azure 运行以下 Windows Azure PowerShell cmdlet:Import-Module 'C:\Program Files (x86)\Microsoft SDKs\Windows Azure\PowerShell\Azure\Azure.psd1'
会生成以下错误。我以提升的权限运行 PowerShell 并Get-ExecutionPolicy
返回RemoteSigned
。
这是错误:
Import-Module:加载扩展类型数据文件时出现以下错误:Microsoft.PowerShell, C:\Program Files (x86)\Microsoft SDKs\Windows Azure\PowerShell\Azure\Microsoft.WindowsAzure.Management.Websites.Types。 ps1xml :文件已跳过,因为它已经从“Microsoft.PowerShell”中出现。Microsoft.PowerShell, C:\Program Files (x86)\Microsoft SDKs\Windows Azure\PowerShell\Azure\Microsoft.WindowsAzure.Management.SqlDatabase.Types.ps1xml :文件已跳过,因为它已经存在于“Microsoft.PowerShell”中。
在 line:1 char:14 + Import-Module <<<< 'C:\Program Files (x86)\Microsoft SDKs\Windows Azure\PowerShell\Azure\Azure.psd1'
+ CategoryInfo : InvalidOperation: (:) [Import-模块],
+ FullyQualifiedErrorId : FormatXmlUpateException,Microsoft.PowerShell.Commands.ImportModuleCommand
此错误后脚本未完成。