We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I can't use it anymore, it worked 1-2 years ago - did something change?
Add-SCCMChocoApplication -chocourl "https://chocolatey.org/packages/greenshot" -CMUserCollectionName "All Users" -IconsDir D:\SCCM_Library\Choco\Icons -CMSiteCode TPG the specified search criteria and package name 'greenshot'. At C:\Choco_PowerShellModule\SCCMChoco.psm1:241 char:16 + $package = Find-Package -Name $packageid -ProviderName chocolatey + CategoryInfo : ObjectNotFound: (Microsoft.Power...ets.FindPackage:FindPackage) [Find-Package], Exception + FullyQualifiedErrorId : NoMatchFoundForCriteria,Microsoft.PowerShell.PackageManagement.Cmdlets.FindPackage
Cannot find package, please verify if the URL is valid.
C:\Choco_PowerShellModule\SCCMChoco.psm1:244 char:9 + throw "########### Cannot find package, please verify if th ... + CategoryInfo : OperationStopped: (########### C...d. ############:String) [], RuntimeException + FullyQualifiedErrorId : ########### Cannot find package, please verify if the URL is valid. ############
Any ideas? Thx a lot.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I can't use it anymore, it worked 1-2 years ago - did something change?
Add-SCCMChocoApplication -chocourl "https://chocolatey.org/packages/greenshot" -CMUserCollectionName "All Users" -IconsDir D:\SCCM_Library\Choco\Icons -CMSiteCode TPG
the specified search criteria and package name 'greenshot'.
At C:\Choco_PowerShellModule\SCCMChoco.psm1:241 char:16
+ $package = Find-Package -Name $packageid -ProviderName chocolatey
+ CategoryInfo : ObjectNotFound: (Microsoft.Power...ets.FindPackage:FindPackage) [Find-Package], Exception
+ FullyQualifiedErrorId : NoMatchFoundForCriteria,Microsoft.PowerShell.PackageManagement.Cmdlets.FindPackage
Cannot find package, please verify if the URL is valid.
C:\Choco_PowerShellModule\SCCMChoco.psm1:244 char:9
+ throw "########### Cannot find package, please verify if th ...
+ CategoryInfo : OperationStopped: (########### C...d. ############:String) [], RuntimeException
+ FullyQualifiedErrorId : ########### Cannot find package, please verify if the URL is valid. ############
Any ideas? Thx a lot.
The text was updated successfully, but these errors were encountered: