PoshCode Archive  Artifact [50dac750bc]

Artifact 50dac750bc09786252396ac49890a7878d011cdbb4532a0682c812eb4ba64182:

  • File Get-PSVersion.ps1 — part of check-in [b3924f9d72] at 2018-06-10 13:40:34 on branch trunk — Simple Function to get powershell version (user: angry birds rio size: 410)

# encoding: ascii
# api: powershell
# title: Get-PSVersion
# description: Simple Function to get powershell version
# version: 0.1
# type: function
# author: angry birds rio
# license: CC0
# function: Get-PSVersion
# x-poshcode-id: 4415
# x-archived: 2013-09-01T00:32:32
# x-published: 2013-08-22T19:07:00
#
#
sal Ver Get-PSVersion
function Get-PSVersion {$PSVersionTable.PSVersion.ToString()}