Skip to content

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.

EXAMPLES

EXAMPLE 1

Get-ChocolateyPin -Name packageName

PARAMETERS

-Name

Name of the Packages when retrieving a single one or a specific list. It defaults to returning all Packages available in the config file.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: *
Accept pipeline input: True (ByPropertyName, ByValue)
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

NOTES

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

Back to top