We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f28351 commit 280e1cbCopy full SHA for 280e1cb
README.md
@@ -78,7 +78,7 @@ Open a PowerShell terminal window and install each of the required modules.
78
:warning: VMware PowerCLI 13.2 or higher is required. Please ensure older PowerCLI versions have been uninstalled.
79
80
```powershell
81
-install-module VMware.PowerCLI -MinimumVersion 13.2 -AllowClobber
+install-module VMware.PowerCLI -MaximumVersion 13.3 -AllowClobber
82
install-module AsBuiltReport.VMware.Horizon
83
```
84
0 commit comments