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
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
I run powershell ISE as adminstrator and run the below script.
Install-Module -Name PartnerCenter -AllowClobber -Scope CurrentUser
I got the below issue when the running the above script.
WARNING: Unable to resolve package source 'https://www.powershellgallery.com/api/v2'.
PackageManagement\Install-Package : No match was found for the specified search criteria and module name 'PartnerCenter'. Try
Get-PSRepository to see all available registered module repositories.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1809 char:21
Steps to reproduce
I run powershell ISE as adminstrator and run the below script.
Install-Module -Name PartnerCenter -AllowClobber -Scope CurrentUser
I got the below issue when the running the above script.
WARNING: Unable to resolve package source 'https://www.powershellgallery.com/api/v2'.
PackageManagement\Install-Package : No match was found for the specified search criteria and module name 'PartnerCenter'. Try
Get-PSRepository to see all available registered module repositories.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1809 char:21
What steps can reproduce the defect?
Expected behavior
It is supposed to Installl
Actual behavior
Diagnostic logs
Environment