SV-239292r674805_rule
V-239292
SRG-OS-000104-VMM-000500
ESXI-67-000037
CAT III
10
From the vSphere Client, select the ESXi host and go to Configure >> System >> Authentication Services.
Click "Join Domain" and enter the AD domain to join. Select the "Using credentials” radio button, enter the credentials of an account with permissions to join machines to AD (use UPN naming – user@domain), and then click "OK".
or
From a PowerCLI command prompt while connected to the ESXi host, run the following command:
Get-VMHost | Get-VMHostAuthentication | Set-VMHostAuthentication -JoinDomain -Domain "domain name" -User "username" -Password "password"
From the vSphere Client, select the ESXi host and go to Configure >> System >> Authentication Services.
Verify the "Directory Services Type" is set to "Active Directory".
or
From a PowerCLI command prompt while connected to the ESXi host, run the following command:
Get-VMHost | Get-VMHostAuthentication
For systems that do not use Active Directory and have no local user accounts, other than root and/or vpxuser, this is Not Applicable.
For systems that do not use Active Directory and do have local user accounts, other than root and/or vpxuser, this is a finding.
If the "Directory Services Type" is not set to "Active Directory", this is a finding.
V-239292
False
ESXI-67-000037
From the vSphere Client, select the ESXi host and go to Configure >> System >> Authentication Services.
Verify the "Directory Services Type" is set to "Active Directory".
or
From a PowerCLI command prompt while connected to the ESXi host, run the following command:
Get-VMHost | Get-VMHostAuthentication
For systems that do not use Active Directory and have no local user accounts, other than root and/or vpxuser, this is Not Applicable.
For systems that do not use Active Directory and do have local user accounts, other than root and/or vpxuser, this is a finding.
If the "Directory Services Type" is not set to "Active Directory", this is a finding.
M
5326