Skip to content

Get PSVersion

Nate Ferrell edited this page Aug 19, 2019 · 1 revision

Get-PSVersion

SYNOPSIS

Gets the short formatted PSVersion string for use in a prompt or wherever else desired.

SYNTAX

Get-PSVersion [[-Places] <Int32>] [<CommonParameters>]

DESCRIPTION

Gets the short formatted PSVersion string for use in a prompt or wherever else desired.

EXAMPLES

EXAMPLE 1

Get-PSVersion -Places 2

Returns `6.2` when using PowerShell 6.2.2, or `5.1` when using Windows PowerShell 5.1.18362.10000

PARAMETERS

-Places

How many decimal places you would like the returned version string to be. Defaults to $PSProfile.Settings.PSVersionStringLength if present.

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: $global:PSProfile.Settings.PSVersionStringLength
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.String

NOTES

RELATED LINKS

PSProfile

Concepts

Function Help

Command Aliases

Configuration

Helpers

Init Scripts

Meta

Modules to Import

Modules to Install

Path Aliases

Plugin Paths

Plugins

Power Tools

Project Paths

Prompts

Script Paths

Secrets

Symbolic Links

Variables

Badges

Azure Pipelines      Discord - Chat      Slack - Chat      Codacy PowerShell Gallery      GitHub Releases      GitHub Releases

Clone this wiki locally