< Back

Get-ChocolateyVersion

Mon Jan 13, 2020 1:30 am

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





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.Version





NOTES





This does not specify the SKU (C4B or Community)



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-ChocolateyVersion #This command does not accept parameter















RELATED LINKS