PowerShell Cmdlet Reference
PowerShell Cmdlet Reference
PowerShell Cmdlet Helpers Reference
See also: PowerShell Functions Reference
Summary
In your Chocolatey packaging, you have the ability to use these commands (and others with Chocolatey’s PowerShell Extensions) to work with all aspects of software management. Keep in mind Chocolatey’s automation scripts are just PowerShell, so you can do anything you want.
:choco-info: NOTE
These commands are for package scripts, not for use directly in PowerShell. This is in the create packages section, not the using Chocolatey section.
Complete List (alphabetical order)
- Get-EnvironmentVariable
- Get-EnvironmentVariableNames
- Install-ChocolateyPath
- Set-EnvironmentVariable
- Test-ProcessAdminRights
- Uninstall-ChocolateyPath
- Update-SessionEnvironment
Information on Get-EnvironmentVariable cmdlet
Information on Get-EnvironmentVariableNames cmdlet
Information on Install-ChocolateyPath cmdlet
Information on Set-EnvironmentVariable cmdlet
Information on Test-ProcessAdminRights cmdlet
Information on Uninstall-ChocolateyPath cmdlet
Information on Update-SessionEnvironment cmdlet