Cant Check The PowerShell Version On Windows 10

Ask your PowerShell-related questions, including questions on cmdlet development!
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 1 year and 6 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
MyrlDietrich
Posts: 6
Last visit: Fri Sep 09, 2022 10:00 pm

Cant Check The PowerShell Version On Windows 10

Post by MyrlDietrich »

Hello everyone, I am having a problem on my Windows 10 computer that I cant seem to solve it anymore. Actually, I am encountering a problem, I cant check the PowerShell version on Win 10. Could someone please help me to solve it? Any kind of suggestions will be highly appreciated.
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Cant Check The PowerShell Version On Windows 10

Post by jvierra »

$psversiontable
MyrlDietrich
Posts: 6
Last visit: Fri Sep 09, 2022 10:00 pm

Re: Cant Check The PowerShell Version On Windows 10

Post by MyrlDietrich »

jvierra wrote: Wed Sep 07, 2022 3:18 pm $psversiontable
I don't understand what you said.
MyrlDietrich
Posts: 6
Last visit: Fri Sep 09, 2022 10:00 pm

Re: Cant Check The PowerShell Version On Windows 10

Post by MyrlDietrich »

jvierra wrote: Wed Sep 07, 2022 3:18 pm $psversiontable
Will you explain how can I use this?
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Cant Check The PowerShell Version On Windows 10

Post by jvierra »

Here is how to get any Windows application version info. Any Windows user should know these basic methods.

https://www.digitalcitizen.life/6-ways- ... are-using/

https://adamtheautomator.com/powershell-version/

Just to save you time in the future, your favorite search engine is the best place to start when you are a new Windows user. Most early, simple questions can be answered in one simple search.
MyrlDietrich
Posts: 6
Last visit: Fri Sep 09, 2022 10:00 pm

Re: Cant Check The PowerShell Version On Windows 10

Post by MyrlDietrich »

Thank you so much for sharing these useful articles. Hope it will help me to solve the issue.
MyrlDietrich
Posts: 6
Last visit: Fri Sep 09, 2022 10:00 pm

Re: Cant Check The PowerShell Version On Windows 10

Post by MyrlDietrich »

I found this solution

PS C:\Users\anubh> $PSversionTable

Name Value
---- -----
PSVersion 5.1.19041.1682
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.19041.1682
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
MyrlDietrich
Posts: 6
Last visit: Fri Sep 09, 2022 10:00 pm

Re: Cant Check The PowerShell Version On Windows 10

Post by MyrlDietrich »

Also this article helped me a little to solve the issue. I used every single PowerShell to check whether the version shows exactly and these all are same. Thank you so much.
mandelvid
Posts: 2
Last visit: Mon Sep 19, 2022 10:49 am

Re: Cant Check The PowerShell Version On Windows 10

Post by mandelvid »

Powershell can be found by right clicking on the start button & it should show it the list, from there you can right click on it & choose properties to find where it is stored on your system. Or click on the search icon in the taskbar & enter powershell which will also find the program.
mandelvid
Posts: 2
Last visit: Mon Sep 19, 2022 10:49 am

Re: Cant Check The PowerShell Version On Windows 10

Post by mandelvid »

To find which version of PowerShell you have installed, start a PowerShell console (or the ISE) and type $PSVersionTable and press ENTER .
This topic is 1 year and 6 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked