onSec-fr / Deploy-Citrix-NSVPX-VirtualBox

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:PowerShell 100.0%