You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import-Module : Cannot find a variable with the name 'AmsiContext'.
At line:1 char:1
+ Import-Module PowerShellGet
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (AmsiContext:String) [Import-Module], ItemNotFoundException
+ FullyQualifiedErrorId : VariableNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
The second time it goes fine:
The text was updated successfully, but these errors were encountered:
bvbeek
changed the title
Error New-AzStorageContext : Cannot find a variable with the name 'AmsiContext'.
Import-Module PowerShellGet error: Cannot find a variable with the name 'AmsiContext'
Dec 2, 2021
Can anyone help me with this issue?
When I execute this command:
Import-Module PowerShellGet
I got this error:
The second time it goes fine:
The text was updated successfully, but these errors were encountered: