Blog

Attempting to install NuGet provider in PowerShell fails with: “PackageManagementInstall-PackageProvider : No match was found for the specified search criteria for the provider.”

You’re attempting to install a PowerShell module such as SharePointPnPPowerShellOnline to use Connect-PNPONline (https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/connect-pnponline?view=sharepoint-ps) to establish a connection to SharePoint online, which prompts you to install the NuGet provider. Proceeding to answer yes to the prerequisite install quickly fails with the following message: PS C:>

Read More...