Skip to content

Commit

Permalink
Updated PowerCLI v13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux committed Feb 14, 2024
1 parent 341b543 commit 4a0781c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Below are the instructions on how to install, configure and generate a VMware Ho

The VMware Horizon As Built Report supports the following Horizon versions;

- Horizon 8+
- Horizon 8+, 23**
- Horizon 7? (Need Testing)

### PowerShell
Expand All @@ -76,10 +76,10 @@ PowerShell 5.1 or PowerShell 7, and the following PowerShell modules are require

Open a PowerShell terminal window and install each of the required modules.

:warning: VMware PowerCLI 12.7 or higher is required. Please ensure older PowerCLI versions have been uninstalled.
:warning: VMware PowerCLI 13.2 or higher is required. Please ensure older PowerCLI versions have been uninstalled.

```powershell
install-module VMware.PowerCLI -MinimumVersion 12.7 -AllowClobber
install-module VMware.PowerCLI -MinimumVersion 13.2 -AllowClobber
install-module AsBuiltReport.VMware.Horizon
```

Expand Down

0 comments on commit 4a0781c

Please sign in to comment.