Skip to content

Get-ChocolateyVersion

SYNOPSIS

Retrieve the version of the Chocolatey available in $Env:Path

SYNTAX

Get-ChocolateyVersion [<CommonParameters>]

DESCRIPTION

Get the version of the Chocolatey currently installed.

EXAMPLES

EXAMPLE 1

Get-ChocolateyVersion #This command does not accept parameter

PARAMETERS

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.Version

NOTES

This does not specify the SKU (C4B or Community)

Back to top