Skip to content

Install-ChocoPackages

SYNOPSIS

SYNTAX

Install-ChocoPackages [-Install] <Object> [<CommonParameters>]

DESCRIPTION

Install one or Multiple Choclatey Packages

EXAMPLES

EXAMPLE 1

Install a single application

Install-ChocoPackages -install firefox

EXAMPLE 2

Install Multiple Applications.

Install-ChocoPackages -install firefox, chrome, nmap

PARAMETERS

-Install

Specify applications to install

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

Required: True
Position: 1
Default value: None
Accept pipeline input: True (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

Get-ChocoInstalls Get-ChocoOutdated Install-Chocolatey Invoke-ChocoUpgrade

Back to top