tristanbarcelon

Results 9 comments of tristanbarcelon

Hi @SteveL-MSFT , Are you referring to the workaround which used -SkipValidate? I did not try that because that was referring to Register-PackageSource and not Register-PSRepository. In my particular situation,...

Hi @StevenBucher98, we're actually setting the -Credential parameter when calling Register-PSRepository or Set-PSRepository cmdlets in the setprivatepsgallery.ps1 above. I'm just not sure why I get the error below when setting...

Hi @alerickson, I have pscore 7.1.4 on Windows and Ubuntu and could not find Install-Resource cmdlet/function. Which module contains Install-Resource? Update: @alerickson After a little bit more digging, I found...

I just got version 2.1.5 of PowershellGet but I'm still not truly able to use it with AzureDevops feeds at all as described in [here](https://devblogs.microsoft.com/powershell/using-powershellget-with-azure-artifacts/). Here's what I did in...

> You can get this behavior in PowerShellGetv3, and example of this is: `Find-PSResource -Name aws.tools.common -Version [4.1.36, ]` Another way to get this with the current v2 behavior is:...

I tried installing versions of dbatools >= 1.0 module in verbose mode ```powershell Find-Module -Name dbatools -AllVersions -Repository PSGallery | Where-Object { [System.Version] $_.Version -ge [System.Version] '1.0' } | Foreach-Object...

Hi @anamnavi, I'm curious whether you've been able to reproduce this issue I'm observing. It started affecting newer versions of AWS.Tools.* modules starting with 4.1.116.

@anamnavi , does your team collaborate with Azure Devops artifacts team? I noticed another pattern whenever these errors happen. Specifically, the errors happen within a few hours after a new...

Would they be installed in the "built-in" Modules folder, e.g., %PROGRAMFILES%\PowerShell\7\Modules in Windows to avoid being uninstalled from the cmdlet?