SV-207648r379825_rule
V-207648
SRG-OS-000366-VMM-001430
ESXI-65-000047
CAT I
10
From the vSphere Web Client select the ESXi Host and go to Configure >> System >> Security Profile. Under "Host Image Profile Acceptance Level" click Edit… and use the pull-down selection, set the acceptance level to be VMwareCertified, VMwareAccepted, or PartnerSupported.
or
From a PowerCLI command prompt while connected to the ESXi host run the following commands:
$esxcli = Get-EsxCli
$esxcli.software.acceptance.Set("PartnerSupported")
Note: VMwareCertified or VMwareAccepted may be substituted for PartnerSupported, depending upon local requirements.
From the vSphere Web Client select the ESXi Host and go to Configure >> System >> Security Profile. Under "Host Image Profile Acceptance Level" view the acceptance level.
or
From a PowerCLI command prompt while connected to the ESXi host run the following commands:
$esxcli = Get-EsxCli
$esxcli.software.acceptance.get()
If the acceptance level is CommunitySupported, this is a finding.
V-207648
False
ESXI-65-000047
From the vSphere Web Client select the ESXi Host and go to Configure >> System >> Security Profile. Under "Host Image Profile Acceptance Level" view the acceptance level.
or
From a PowerCLI command prompt while connected to the ESXi host run the following commands:
$esxcli = Get-EsxCli
$esxcli.software.acceptance.get()
If the acceptance level is CommunitySupported, this is a finding.
M
2925