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: about 1 month 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T16:35:18.000Z (about 5 years ago)
- Last Synced: 2025-01-19T22:41:52.088Z (3 months ago)
- Topics: apps, horizon, powercli, powershell, publish, vmware
- Language: PowerShell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- 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 AppsDeploy 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 TESTFor PROD environment:
.\generate_vapps.ps1 -prod : deploy apps defined in "generate_vapps.txt" to PROD
.\clean_vapps.ps1 -prod : delete apps on PROD