Replies: 1 comment
-
https://github.com/PowerShell/PowerShell may be a better place to get support for general PowerShell questions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
while i run this command Install-Module Az in powershell, it showed me an error
How can i solve it?
i did check the secruity of >>> [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
how can i solve it?
PackageManagement\Install-PackageProvider : No match was found for the specified search criteria for the provider
'NuGet'. The package provider requires 'PackageManagement' and 'Provider' tags. Please check if the specified package
has the tags.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:7468 char:21
kageProvider], Exception
vider
PackageManagement\Import-PackageProvider : No match was found for the specified search criteria and provider name
'NuGet'. Try 'Get-PackageProvider -ListAvailable' to see if the provider exists on the system.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:7474 char:21
ider
Beta Was this translation helpful? Give feedback.
All reactions