Forum Discussion
AlanCam
Dec 09, 2021Copper Contributor
Powershell 7 Update-Help error
I have just installed Powershell 7 on my Windows 10 system and the first step, updating the help appears to be failing. see attached screenshot. Have I got a problem or what do I do now?
- Dec 15, 2021Nice dude, powershell have a native command to connect in linux.
if you installed winscp you can use CMD to run the commands too. You can paste your questions about the .bat or .ps1 file here to get some details and we can help you
yuzoyox
Dec 10, 2021Iron Contributor
Hello Alan, to use correctly the powershell 7, you have to run pwsh command. The powershell ISE is version 5.1.
To use some framework with pwsh (version 7.x), try to download visual code studio and in extension search the powershell 7 module
AlanCam
Dec 11, 2021Copper Contributor
yuzoyox Thanks for the info. I am a little unsure where I should use the pwsh. Do you mean on the prompt line of PS ISE or in starting Powershell?
- yuzoyoxDec 14, 2021Iron Contributorthe difference is when ise run, it run command powershell, that is powershell 5, and when you use visual studio, it command pwsh, that is powershell 7.
when you download the visual studio and install the component powershell 7, by default it will run using pwsh- AlanCamDec 14, 2021Copper Contributor
yuzoyox Thanks for the explanation. Strange way to progress but all software is strange.
- yuzoyoxDec 15, 2021Iron ContributorYou can try to force your powershell ISE to run the powershell 7
https://blog.ironmansoftware.com/using-powershell-7-in-the-windows-powershell-ise
I never tried it, so. If you try, let us know if it worked