In step 1, you review the cmdlets available in the PackageManagement module:
In step 2, you use the Get-PackageProvider cmdlets to display the currently installed package providers:
In step 3, you use Get-Package with the -ProviderName parameter to review packages installed via the msi, msu, and Programs package providers:
In step 4, review the NuGet provider:
In step 5, search for other package providers:
In step 6, you use ...