< Back

Get-ChocolateyPin

Mon Jan 13, 2020 1:27 am

NAME Get-ChocolateyPin



SYNOPSIS

Gets the pinned Chocolatey Packages.





SYNTAX

Get-ChocolateyPin [[-Name] <String>] [<CommonParameters>]





DESCRIPTION

This command gets the pinned Chocolatey Packages, and returns

the Settings available from there.





PARAMETERS

-Name <String>

Name of the Packages when retrieving a single one or a specific list.

It defaults to returning all Packages available in the config file.



Required? false

Position? 1

Default value *

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



<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



NOTES





https://chocolatey.org/docs/commands-pin



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



PS C:\\>Get-ChocolateyPin -Name packageName















RELATED LINKS