我已經在本地系統上安裝了必需的軟件和Azure PowerShell cmdlet。我嘗試通過從Visual Studio代碼終端連接到Azure來執行powershell腳本。以下是錯誤。如何從Visual Studio代碼終端連接到Azure
Import-Module Microsoft.Online.SharePoint.PowerShell
function PublishToAzure{
Add-AzureAccount
......
......
}
錯誤是.. 添加-AzureAccount:句柄無效
Visual Studio代碼設置:
// Place your settings in this file to overwrite the default settings
{
"terminal.integrated.shell.windows": "C:\\WINDOWS\\sysnative\\WindowsPowerShell\\v1.0\\powershell.exe"
}
的Windows Azure Active Directory模塊的控制檯爲Windows PowerShell屬性 目標是:
個C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoExit -Command "Import-Module MSOnline"
系統屬性:64位Win7操作系統