Skip to content

This script allows you to deploy Citrix/Netscaler gateway for ESX on VirtualBox. Only for testing purposes.

License

Notifications You must be signed in to change notification settings

onSec-fr/Deploy-Citrix-NSVPX-VirtualBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy-Citrix-NSVPX-VirtualBox

Forked from dbroeglin

This script allows you to deploy Citrix/Netscaler gateway for ESX on VirtualBox. Only for testing purposes.

1- Download your VPX version for ESX from https://www.citrix.com/downloads/citrix-gateway/.

2- Open Powershell as administrator and navigate to VirtualBox installation directory.

3- It may be necessary to disabled execution policy first :

Set-ExecutionPolicy Unrestricted

4- Run the script : .\Deploy-NSVPX-Vbox.ps1 -Package [zip_file] -VMName [vm_name] -Force -Verbose -Start ->[zip_file] is the location of downloaded NSVPX package and [vm_name] the name you want to give to the VM.

5- If everything goes well you should see "VM "NSVPX-13.0" has been successfully started."

6- Reactivate powershell policy !

Set-ExecutionPolicy Restricted

7- Open VirtualBox, the newly created VM should be there !

About

This script allows you to deploy Citrix/Netscaler gateway for ESX on VirtualBox. Only for testing purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published