PSVersion

2.1.0

Contains a function (Get-PSVersion) and a mapping-table to get a friendly name for the PowerShell version number. For example, "Windows PowerShell 5 RTM 1602" instead of "5.0.10586.117".

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSVersion -RequiredVersion 2.1.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSVersion -Version 2.1.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2019 Jan Egil Ring. All rights reserved.

Package Details

Author(s)

  • Jan Egil Ring

Functions

Get-PSVersion Update-PSVersionData

PSEditions

Core Desktop

Dependencies

This module has no dependencies.

Release Notes


       1.8 - Added new build numbers added since April 2017.
       1.7 - Added logic to update local version mapping table when FriendlyName is unknown.
       1.6.1 - Added build 5.1.14393.479 (Windows 10 1607 + KB3201845 1612) to version mapping table.
       

FileList

Version History

Version Downloads Last updated
2.1.1 2,719 3/18/2019
2.1.0 (current version) 19 3/18/2019
2.0 27 3/18/2019
1.8.1 678 7/12/2017
1.8 20 7/12/2017
1.7 568 12/11/2016
1.6.1 28 12/11/2016
1.6 443 8/5/2016
1.5 250 4/15/2016
1.4 126 3/13/2016
1.3 24 3/13/2016
1.2 26 3/12/2016
1.1 41 3/10/2016
1.0 24 3/10/2016
Show more