pwsh update 'Get-FileHash' is not recognized as the name of a cmdlet #6281
Answered
by
mattia72
mattia72
asked this question in
Help and Questions
-
If I try to install the latest pwsh from a powershell terminal, I get the following error:
Scoop update didn't help.
How I ensure that 'Get-Hash' is recognized? |
Beta Was this translation helpful? Give feedback.
Answered by
mattia72
Feb 6, 2025
Replies: 1 comment 3 replies
-
Must be something wrong with your system, it seems.. What does this say for you?
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found it:
$env:PSModulePath
is not set properly.It is discussed here:
PowerShell/PowerShell#8635