It's probably easy solution, but Save-PowerCLI.ps1 does nothing when I attempt to download.
Obtaining Specific PowerCLI Versions from the PowerShell Gallery - VMware PowerCLI Blog - VMware Blogs
Running the script, there's no output. I understand only basics of PS.
PS C:\Installs\PowerCLI> .\Save-PowerCLI -RequiredVersion '10.2.0.9372002' -Path .\Downloads\
Security warning
Run only scripts that you trust. While scripts from the internet can be useful, this script can potentially harm your
computer. If you trust this script, use the Unblock-File cmdlet to allow the script to run without this warning
message. Do you want to run C:\Installs\PowerCLI\Save-PowerCLI.ps1?
[D] Do not run [R] Run once [S] Suspend [?] Help (default is "D"): R
PS C:\Installs\PowerCLI>
Running Save-PowerCLI without parameters returns the same.
I'm on Win10.
PS C:\Installs\PowerCLI> $PSVersionTable
Name Value
---- -----
PSVersion 5.1.17763.316
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.17763.316
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Script 2.1.4 PowerShellGet {Find-Command, Find-DSCResource, Find-Module, Find-RoleCap...
PS C:\Installs\PowerCLI> $env:PSModulePath
X:\Documents\WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\Intel\
I would appreciate any suggestions. LMK if other details required.
David.