< Back

Remove-ChocolateyPin

Mon Jan 13, 2020 1:38 am

NAME Remove-ChocolateyPin



SYNOPSIS

Remove a Pin from a Chocolatey Package





SYNTAX

Remove-ChocolateyPin [-Name] <String> [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Allows you to remove a pinned Chocolatey Package like choco pin remove -n=packagename





PARAMETERS

-Name <String>

Name of the Chocolatey Package to remove the pin.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

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:\\>Remove-ChocolateyPin -Name 'PackageName'















RELATED LINKS