Liturgist

Results 37 comments of Liturgist

@vexx32 - I seem to be a bit messed up. I tried to undo the last commit, then only commit the three (3) changed files (without .sln). After several steps...

I closed the PR. I deleted my fork of PowerShell on github and deleted my local clone. I forked PowerShell/PowerShell to Liturgist/PowerShell. Using Visual Studio 2019, I cloned Liturgist/PowerShell to...

Please consider situations where the array is created just before the split. In this case, the result should be everything from the second path element through the end. Then, joined...

This is still open and I am having this issue. ``` PS C:\src\t> Get-PackageSource PSGallery Name ProviderName IsTrusted Location ---- ------------ --------- -------- PSGallery PowerShellGet True https://www.powershellgallery.com/api/v2 PS C:\src\t> [Net.ServicePointManager]::SecurityProtocol...

> Experienced same problem with Powershell 7.1.4 > > Solved it using "regular" Powershell 5.1 5.1 = current "Windows PowerShell" 6.0+ = "PowerShell Core"

@mklement0, is it possible to write a script that will run unchanged on 7.3+ and 7.2- without embedding $PSNativeCommandArgumentPassing`? Is that the only way? Trying to install 7.2.7 fails because....

@anamnavi, Az.* directories are in 'C:\Users\\$Env:USERNAME\OneDrive\Documents\PowerShell\Modules'. Different failure message now. ``` PS C:\src> Update-PSResource Az -Repository PSGallery Untrusted repository You are installing the modules from an untrusted repository. If you...