Try something like this
Get-VMHost | Select Name, @{N="AD authentication";E={((Get-VMHostAuthentication -VMHost $_).ExtensionData.Info.AuthConfig | where {$_.GetType().Name -eq "HostActiveDirectoryInfo"}).Enabled}}
Try something like this
Get-VMHost | Select Name, @{N="AD authentication";E={((Get-VMHostAuthentication -VMHost $_).ExtensionData.Info.AuthConfig | where {$_.GetType().Name -eq "HostActiveDirectoryInfo"}).Enabled}}