![Entrust nShield Solo Installation Manual Download Page 48](http://html1.mh-extra.com/html/entrust/nshield-solo/nshield-solo_installation-manual_2415315048.webp)
PS C:\> Add-VMAssignableDevice -VM $vmName -LocationPath $locationPath -Verbose
PS C:\> Start-VM -VMName $vmName
To find the $locationPath run the command:
PS C:\> $locationPath = (Get-PnpDeviceProperty -KeyName DEVPKEY_Device_LocationPaths
-InstanceId $instanceId).Data[0]
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
Remove a device from the VM guest instance
.
PS C:\> Get-VMAssignableDevice -VMName $vmName
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
$locationPath
run the command:
PS C:\> $locationPath = (Get-PnpDeviceProperty -KeyName DEVPKEY_Device_LocationPaths
-InstanceId $instanceId).Data[0]
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
48 of 49