Place an order, download the software, then use the downloaded script to easily deploy Virtual Intelligent Sandbox on the Hyper-V server.
Enable Hyper-V (including Hyper-V Management Tools and Hyper-V Platform) from → → → .
Disable Hyper-V compatibility mode on your Hyper-V server.
Virtual Intelligent Sandbox for Hyper-V is supported on the following platforms:
Windows Server 2016 Standard and Datacenter (Server with GUI)
Windows Server 2019 Standard and Datacenter (Server with GUI)
Requirements:
Disk size: 400 GB
RAM size: 48 GB
Virtual CPU Cores: 16
Note
The Hyper-V host and guest must both be on the supported platforms.
For nested virtualization, ensure that you have Hyper-V 2016 and 2019.
Your downloaded package consists of two scripts. This gives you three methods to install Virtual Intelligent Sandbox on Hyper-V.
Using
setup.exe– Run this file as an administrator to create an instance of Virtual Intelligent Sandbox on Hyper-V.Note
This VM creation method requires Visual C++ runtime package.
Using
deploy_hvatd.ps1– Run this PowerShell script to create an instance of Virtual Intelligent Sandbox on Hyper-V.Using your own changed
deploy_hvatd.ps1– You can change this PowerShell script according to your needs, then run it to create an instance of Virtual Intelligent Sandbox on Hyper-V.Note
deploy_hvatd.ps1is signed by . If you change the script, it loses the signature.
Place a Purchase Order (PO) for Virtual Intelligent Sandbox, and receive an email with your grant number and license key.
Log on to Product Downloads with the grant number and download the software package.
Package name format: hvATD_MIH_5_x_x_xx_xxxxx_xxxxx.zip
Unzip the .zip file to any location on your system.
Do one of the following:
Run
setup.exeas an Administrator.The setup automatically creates one instance of Virtual Intelligent Sandbox. The first instance is named hvatd1. You can run
setup.exemultiple times depending on the number of Virtual Intelligent Sandbox instances that you require.Run
deploy_hvatd.ps1to create an instance of Virtual Intelligent Sandbox on Hyper-V.The script automatically creates one instance of Virtual Intelligent Sandbox. The first instance is named hvatd1. To create multiple instances of Virtual Intelligent Sandbox, create a
deploy_hvatd.ps1for each instance, and run them sequentially.Note
You might have to set the execution policy using
Set-ExecutionPolicy RemoteSigned.Change
deploy_hvatd.ps1according to your needs, then run it to create an instance of Virtual Intelligent Sandbox on Hyper-V. You can run the changeddeploy_hvatd.ps1multiple times depending on the number of Virtual Intelligent Sandbox instances that you require.Note
deploy_hvatd.ps1is signed by . If you change the script, it loses the signature.If you are running the changed script, you need to enabled nested virtualization. Run the following cmdlet to enable nested virtualization:
Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true
Replace
<VMName>with the name of your Hyper-V virtual machine.
Add a network interface for the VMs.
Open Hyper-V Manager, then select a Virtual Intelligent Sandbox instance.
Right-click on the VM, then click Settings.
In the navigation pane, click Add Hardware, then choose a network adapter.
Click Add, then under Network, select the virtual network you want to connect to.
Click OK.