SV-258727r959010_rule
V-258727
SRG-OS-000480-VMM-002000
VMCH-80-000214
CAT II
10
From the vSphere Client, select the Virtual Machine, right-click and go to Edit Settings >> Virtual Hardware tab.
Find the unexpected PCI device returned from the check.
Hover the mouse over the device and click the circled "X" to remove the device. Click "OK".
or
From a PowerCLI command prompt while connected to the ESXi host or vCenter server, run the following command:
Get-VM "VM Name" | Get-PassthroughDevice | Remove-PassthroughDevice
For each virtual machine do the following:
From the vSphere Client, view the Summary tab.
Review the PCI devices section and verify none exist.
or
From a PowerCLI command prompt while connected to the ESXi host or vCenter server, run the following command:
Get-VM "VM Name" | Get-PassthroughDevice
If the virtual machine has passthrough devices present, and the specific device returned is not approved, this is a finding.
V-258727
False
VMCH-80-000214
For each virtual machine do the following:
From the vSphere Client, view the Summary tab.
Review the PCI devices section and verify none exist.
or
From a PowerCLI command prompt while connected to the ESXi host or vCenter server, run the following command:
Get-VM "VM Name" | Get-PassthroughDevice
If the virtual machine has passthrough devices present, and the specific device returned is not approved, this is a finding.
M
5563