The following PowerCLI command adds the AD group domain\group to the administrators of all of your hosts:
Get-VMHost | New-VIPermission -Role Admin -Principal domain\group
The following PowerCLI command adds the AD group domain\group to the administrators of all of your hosts:
Get-VMHost | New-VIPermission -Role Admin -Principal domain\group