SV-256476r959010_rule
V-256476
SRG-OS-000480-VMM-002000
VMCH-70-000028
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-AdvancedSetting -Name pciPassthruX.present | Remove-AdvancedSetting
Note: Change the "X" value to match the specific setting in the organization's environment.
From the vSphere Client, select the Virtual Machine, right-click, and go to Edit Settings >> VM Options tab >> Advanced >> Configuration Parameters >> Edit Configuration.
Find any "pciPassthruX.present" value (where "X" is a count starting at 0) and verify it is set to "FALSE" or "".
or
From a PowerCLI command prompt while connected to the ESXi host or vCenter server, run the following command:
Get-VM "VM Name" | Get-AdvancedSetting -Name "pciPassthru*.present" | Select Entity, Name, Value
If the virtual machine advanced setting "pciPassthruX.present" is present, and the specific device returned is not approved, this is a finding.
If the virtual machine advanced setting "pciPassthruX.present" is not present, this is not a finding.
V-256476
False
VMCH-70-000028
From the vSphere Client, select the Virtual Machine, right-click, and go to Edit Settings >> VM Options tab >> Advanced >> Configuration Parameters >> Edit Configuration.
Find any "pciPassthruX.present" value (where "X" is a count starting at 0) and verify it is set to "FALSE" or "".
or
From a PowerCLI command prompt while connected to the ESXi host or vCenter server, run the following command:
Get-VM "VM Name" | Get-AdvancedSetting -Name "pciPassthru*.present" | Select Entity, Name, Value
If the virtual machine advanced setting "pciPassthruX.present" is present, and the specific device returned is not approved, this is a finding.
If the virtual machine advanced setting "pciPassthruX.present" is not present, this is not a finding.
M
5519