In fact, vCenter and ESXi are not joined to AD and when we run audit this parameter appear as non compliant :
Status of the 'Active Directory for local user authentication' requirement on the ESXi host
and to remediate I should use the below command
Get-VMHost HOST1 | Get-VMHostAuthentication | Set-VMHostAuthentication Domain [domain name] -User [username] -Password [password] -JoinDomain
As we aren't using the AD (we use another tools that allow us to connect to ESXi & vCenter called CyberArk) we need help to disabled this is that possible?