PS C:\> Add-VMAssignableDevice -VM $vmName -LocationPath $locationPath -Verbose
PS C:\> Start-VM -VMName $vmName
To find the $locationPath run the command:
It is possible to assign the same device to a single VM guest
instance multiple times. In this case the VM will not start. To check
currently assigned devices, run the command below. To remove an
assigned device see
C.5.2. Remove a device from the VM guest instance
1. Remove a device from the VM. Run the commands:
PS C:\> $vmName = "ws2016"
PS C:\> Remove-VMAssignableDevice -Verbose -VMName $vmName}
C.5.3. Undo Passthrough
1. Mount a single device. Run the command:
Mount-VMHostAssignableDevice -Verbose -LocationPath $locationPath
To find the
2. Enable a single device in device manager. Run the command:
Enable-PnpDevice -Confirm:$false -Verbose -InstanceId $instanceId
nShield® Solo and nShield® Solo XC Installation Guide
PS C:\> $locationPath = (Get-PnpDeviceProperty -KeyName DEVPKEY_Device_LocationPaths
-InstanceId $instanceId).Data[0]
PS C:\> Get-VMAssignableDevice -VMName $vmName
$locationPath
PS C:\> $locationPath = (Get-PnpDeviceProperty -KeyName DEVPKEY_Device_LocationPaths
-InstanceId $instanceId).Data[0]
Remove a device from the VM guest
run the command:
instance.
48 of 49
Need help?
Do you have a question about the nShield Solo and is the answer not in the manual?