In case ```powershell PS> Find-Module VMWare.PowerCLI -AllVersions -AllowPrerelease | select Version,Name Version Name ------- ---- 10.1.1.8827524 VMware.PowerCLI 10.1.0.8403314 VMware.PowerCLI 10.0.0.7895300 VMware.PowerCLI 10.0.0-beta7736736 VMware.PowerCLI 6.5.4.7155375 VMware.PowerCLI 6.5.3.6870460 VMware.PowerCLI 6.5.2.6268016 VMware.PowerCLI 6.5.1.5377412 VMware.PowerCLI ``` `pspm install` will install `v6.5.4.7155375` even if it is not specified version. ```PowerShell PS> pspm install VMWare.PowerCLI VMWare.PowerCLI@6.5.4.7155375: Downloading module. ```