SV-104443r1_rule
V-94613
SRG-OS-000480-VMM-002000
VMCH-65-000028
CAT II
10
If the floppy drive is required to be present, then from the vSphere Client right-click the Virtual Machine and go to Edit Settings, make sure the drive is not connected and will not "Connect at power on".
If the floppy drive is not required, then from the vSphere Client power off the virtual machine, right-click the Virtual Machine and go to Edit Settings, select the floppy drive and click the circle-x to remove then 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-FloppyDrive | Remove-FloppyDrive
From the vSphere Web Client right-click the Virtual Machine and go to Edit Settings. Review the VMs hardware and verify no floppy device is connected.
or
From a PowerCLI command prompt while connected to the ESXi host or vCenter server, run the following command:
Get-VM | Get-FloppyDrive | Select Parent, Name, ConnectionState
If a virtual machine has a floppy drive connected, this is a finding.
V-94613
False
VMCH-65-000028
From the vSphere Web Client right-click the Virtual Machine and go to Edit Settings. Review the VMs hardware and verify no floppy device is connected.
or
From a PowerCLI command prompt while connected to the ESXi host or vCenter server, run the following command:
Get-VM | Get-FloppyDrive | Select Parent, Name, ConnectionState
If a virtual machine has a floppy drive connected, this is a finding.
M
3489