How to check PowerShell version?
Open PowerShell ISE or PowerShell command line and type: get-host | select version
Sample Output:
Version: 2.0
Why need to check the PowerShell version?
If some commands that you find online is not working, it's either the command is wrong or the command is available for specific versions only.
New commands will work on new version of course, old commands may not work also on newer version if the command is obsolete or deprecated.
As the odds say, "Change is the only permanent thing in this world." and this quote is quite applicable in today's digital world.
Till next time. Cheers!
Open PowerShell ISE or PowerShell command line and type: get-host | select version
Sample Output:
Version: 2.0
Why need to check the PowerShell version?
If some commands that you find online is not working, it's either the command is wrong or the command is available for specific versions only.
New commands will work on new version of course, old commands may not work also on newer version if the command is obsolete or deprecated.
As the odds say, "Change is the only permanent thing in this world." and this quote is quite applicable in today's digital world.
Till next time. Cheers!
================================
Free Android Apps:
Click on links below to find out more:
Excel Keyboard shortcuts guide
Linux Android App cheat sheet:
Multiplication Table for early learnershttps://play.google.com/store/apps/details?id=com.TableMultiplication
Divine Mercy Chaplet Guide (A Powerful prayer):
Comments
Post a Comment