Install-packageprovider -name Nuget -force Info

Install-Module -Name Az -Force And then you see the error:

One provider stands as the gateway to the vast .NET ecosystem: . Without it, many of PowerShell’s most powerful features (like installing modules from the PowerShell Gallery) simply won't work. install-packageprovider -name nuget -force

NuGet provider is required to continue PowerShellGet requires NuGet provider version '2.8.5.201' or newer to interact with NuGet-based repositories. Install-Module -Name Az -Force And then you see