How to run powershell v5.1 #89
Pinned
noobmaster1069
started this conversation in
General
Replies: 1 comment 1 reply
-
|
ive never seen powershell 7 be installed by default |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For those that don't know, I didn't, "PowerShell" and "Windows PowerShell" are different,
"PowerShell" is currently V7 and not natively installed. So if you haven't installed it, it shouldn't be an issue. "Windows PowerShell" is V5.1. You can run Windows PowerShell by pressing Win + R, type powershell, and hitting Enter: Windows PowerShell 5.1 will start.
You can check what version is running by entering the following: $PSVersionTable.PSVersion
Major should be 5, Minor should be 1
I learned this here: https://www.reddit.com/r/PowerShell/comments/i4o4zx/downgrading_from_posh_70_to_51/
More info here: https://docs.microsoft.com/en-us/powershell/scripting/install/migrating-from-windows-powershell-51-to-powershell-7?view=powershell-7#using-powershell-7-side-by-side-with-windows-powershell-51
Beta Was this translation helpful? Give feedback.
All reactions