Created
May 10, 2017 15:30
-
-
Save jakerobinson/c6846946a7e01c54dc1be58b9a953a05 to your computer and use it in GitHub Desktop.
Download PowerCLI Modules as ZIP from powershellgallery.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$PowerCLIModules = "vmware.vimautomation.common","vmware.vimautomation.sdk", "vmware.vimautomation.core" | |
$PowerCLIModules | ForEach-Object {Invoke-WebRequest "https://www.powershellgallery.com/api/v2/package/$($_)/" -Outfile "$($env:USERPROFILE)\Desktop\$($_).zip"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment