
12,363
Downloads
5,724
Downloads of v 11.1.0.11289667
1/2/2019
Last update
VMware.PowerCLI (Install)
11.1.0.11289667
VMware PowerCLI is a command-line and scripting tool built on Windows PowerShell, and provides more than 600 cmdlets for managing and automating vSphere, vCloud, vRealize Operations Manager, vSAN, NSX-T, VMware Cloud on AWS, and VMware Horizon environments.
Click here to Patreon-ize the package maintainer.
To install VMware.PowerCLI (Install), run the following command from the command line or from PowerShell:
C:\> choco install vmware-powercli-psmodule
To upgrade VMware.PowerCLI (Install), run the following command from the command line or from PowerShell:
C:\> choco upgrade vmware-powercli-psmodule
Files
Hide- tools\ChocolateyInstall.ps1
Show
$packageName = 'vmware-powercli-psmodule' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $shortcutName = 'VMware.PowerCLI.lnk' $exe = "$env:SystemRoot\System32\WindowsPowerShell\v1.0\powershell.exe" $PSversion = $PSVersionTable.PSVersion.Major if ($PSversion -lt "5") { Write-Warning " ** PowerShell < v5 detected." Write-Warning " ** $packageName installs via the PowerShell Gallery and thus requires PowerShell v5+." Write-Warning " ** If PowerShell v5 was installed as a dependency, you need to reboot and reinstall this package." throw } if (Get-Module -ListAvailable -Name VMware.PowerCLI -ErrorAction SilentlyContinue){ # Will fail if packageVersion is a revised version not matching module version, i.e. x.x.x.0020180101 Update-Module "VMware.PowerCLI" -RequiredVersion "$env:packageVersion" -Force } else { Get-PackageProvider -Name NuGet -Force Install-Module -Name VMware.PowerCLI -Scope AllUsers -RequiredVersion $env:packageVersion -AllowClobber -Force Import-Module VMware.PowerCLI } Install-ChocolateyShortcut -shortcutFilePath "$env:Public\Desktop\$shortcutName" -targetPath $exe -Arguments '-noe -c "Import-Module VMware.PowerCLI"' -WorkingDirectory "$env:SystemDrive\" -Description 'VMware.PowerCLI' -IconLocation "$toolsDir\powercli.ico" -RunAsAdmin Install-ChocolateyShortcut -shortcutFilePath "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\$shortcutName" -targetPath $exe -Arguments '-noe -c "Import-Module VMware.PowerCLI"' -WorkingDirectory "$env:SystemDrive\" -Description 'VMware.PowerCLI' -IconLocation "$toolsDir\powercli.ico" -RunAsAdmin
- tools\ChocolateyUninstall.ps1
Show
$ErrorActionPreference = 'Stop' $packageName = 'vmware-powercli-psmodule' $shortcutName = 'VMware.PowerCLI.lnk' Get-InstalledModule -Name "VMware.*" | Uninstall-Module -AllVersions -Force Remove-Item "$env:Public\Desktop\$shortcutName" -Force -ErrorAction 'SilentlyContinue' Remove-Item "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\$shortcutName" -Force -ErrorAction 'SilentlyContinue'
- tools\powercli.ico
Virus Scan Results
- vmware-powercli-psmodule.11.1.0.11289667.nupkg (c9140c46dab4) - ## / 60 - Log in or click on link to see number of positives
Dependencies
-
- dotnet4.5
- powershell (≥ 5.0)
Package Maintainer(s)
Software Author(s)
Copyright
Copyright (c) VMware, Inc. All rights reserved.
Tags
Release Notes
https://blogs.vmware.com/PowerCLI/2018/12/new-release-powercli-11-1-0.html
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
VMware.PowerCLI (Install) 11.1.0.11289667 | 5724 | Wednesday, January 2, 2019 | approved |
VMware.PowerCLI (Install) 10.2.0.9372002 | 4555 | Friday, August 31, 2018 | approved |
VMware.PowerCLI (Install) 10.1.1.8827524 | 476 | Friday, August 24, 2018 | approved |
VMware.PowerCLI (Install) 10.1.0.8403314 | 548 | Friday, June 8, 2018 | approved |
VMware.PowerCLI (Install) 10.0.0.7895300 | 474 | Thursday, April 19, 2018 | approved |
VMware.PowerCLI (Install) 6.5.4.7155375 | 586 | Friday, February 2, 2018 | approved |
Discussion for the VMware.PowerCLI (Install) Package
Ground rules:
- This discussion is only about VMware.PowerCLI (Install) and the VMware.PowerCLI (Install) package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or VMware.PowerCLI (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.