Currently I have:
PS C:\users\mike\gitcode\gitf
undamental
s> $PSVersionTable.PSVersion
Major Minor Build Revision
----- ----- ----- --------
2 0 -1 -1
But I want to update to the latest version of it. Using the instructions below (
https://technet.microsoft.com/en-us/library/hh847837.aspx)
These instructions explain how to install Windows PowerShell 3.0 on computers running Windows 7 with Service Pack 1.
Getting ready to install
1. Before installing Windows Management Framework 3.0,
uninstall any previous versions of Windows Management Framework 3.0.
To install Windows PowerShell 3.0
2. Install the full installation of
Microsoft .NET Framework 4.0 (dotNetFx40_Full_setup.exe
) from the Microsoft Download Center at
http://go.microsoft.com/fwlink/?LinkID=212547.
Q1: How can I find what version of
Windows Management Framework x.x I have currently. I maybe already have this.
Q2: How can I find what version of
Microsoft .NET Framework x.x I have currently. I maybe already have this.
Thank you for the info. Also, could you please take a look at:
https://www.experts-exchange.com/questions/28624295/command-ls-la-in-git.html
Mike