Does anyone know of an alternivitve method to query the user accounts on a esxi host without connecting to it directly with Get-VMHostAccount?
Using the Get-VMHostAccount cmdlet breaks our security practice by disabling lockdown mode and requiring the root ID of the host.
I need to be able to get the list with lockdown mode enabled through vCenter.
Any ideas are appreciated!