Chocolatey Packages

Documentation about My Chocolatey Packages.

View project on GitHub

VCF.PowerCLI (PowerShell Module) VCF.PowerCLI (PowerShell Module)

Usage

To install VCF.PowerCLI (PowerShell Module), run the following command from the command line or from PowerShell:

choco install vcf-powercli-psmodule

To upgrade VCF.PowerCLI (PowerShell Module), run the following command from the command line or from PowerShell:

choco upgrade vcf-powercli-psmodule

To uninstall VCF.PowerCLI (PowerShell Module), run the following command from the command line or from PowerShell:

choco uninstall vcf-powercli-psmodule

Description

Package Parameters

This package is designed to install the VCF.PowerCLI PowerShell module for the -Scope CurrentUser by default.

The following parameter is available to install the module for -Scope AllUsers.

  • /ALLUSERS - Install the module for all users instead of current user only
  • /V7 - Install the module via PowerShell 7 (ensures module is available in pwsh sessions)

Examples:

choco install vcf-powercli-psmodule --params='"/ALLUSERS"'
choco install vcf-powercli-psmodule --params='"/V7"'
choco install vcf-powercli-psmodule --params='"/ALLUSERS /V7"'

PowerCLI is a command-line interface for managing and automating all aspects of vSphere management, including network, storage, VM, guest OS and more. PowerCLI is distributed as PowerShell modules, which contain a combined number of over 700 cmdlets (commands.)

Please Note: This package supersedes vmware-powercli-psmodule. If this package is detected, it will be removed prior to installing this new package.

Please Note: This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.

Chocolatey Package Page

Software Site

Package Source