【发布时间】:2019-07-09 05:44:50
【问题描述】:
来自my question about installing Azure Powershell 我能够安装 Azure Powershell 5.1
但是当我尝试运行时
Get-Command Get-AzStorageBlobContent
我明白了
Get-Command : The term 'Get-AzStorageBlobContent' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name,
or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Get-Command Get-AzStorageBlobContent
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-AzStorageBlobContent:String) [Get-Command], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException,Microsoft.PowerShell.Commands.GetCommandCommand
Get-ExecutionPolicy
返回受限
【问题讨论】:
-
本地电脑是否出现此问题?还是只出现在 devops 中?
-
本地电脑,抱歉没这么说。
-
这对@JoyWang Care 修改您的答案有用吗?
标签: powershell azure-storage azure-powershell