https://github.com/suglasp/pwsh_vmware_horizon_generate_apps
PowerCLI deployment scripts for VMWare Horizon 7 Apps
https://github.com/suglasp/pwsh_vmware_horizon_generate_apps
apps horizon powercli powershell publish vmware
Last synced: 26 days ago
JSON representation
PowerCLI deployment scripts for VMWare Horizon 7 Apps
- Host: GitHub
- URL: https://github.com/suglasp/pwsh_vmware_horizon_generate_apps
- Owner: suglasp
- Created: 2020-02-23T16:32:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T16:35:18.000Z (over 6 years ago)
- Last Synced: 2025-12-29T14:17:24.559Z (6 months ago)
- Topics: apps, horizon, powercli, powershell, publish, vmware
- Language: PowerShell
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Pieter De Ridder
Vmware Horizon 7 Powershell scripts to deploy Apps
Deploy or Delete VDI Farm APPS
------------------------------
In each script, you will first need to select the FARM name.
If there is only one FARM, the script will select that FARM automatically.
Start Powershell.
Notice : You will need PowerCLI installed, or copy all PowerCLI module folders in the "\Modules" local folder.
For TEST environment:
.\generate_vapps.ps1 : deploy apps defined in "generate_vapps.txt" to TEST
.\clean_vapps.ps1 : delete apps on TEST
For PROD environment:
.\generate_vapps.ps1 -prod : deploy apps defined in "generate_vapps.txt" to PROD
.\clean_vapps.ps1 -prod : delete apps on PROD