Hi,
I haven't tried it myself but the following should do:
$vmhost_authentication = [string]::Join(", ",(Get-VMHostAuthentication -VMHost (Get-VMHost -Name $esxi.Name) | %{$_.Domain}))
Hi,
I haven't tried it myself but the following should do:
$vmhost_authentication = [string]::Join(", ",(Get-VMHostAuthentication -VMHost (Get-VMHost -Name $esxi.Name) | %{$_.Domain}))