Hi,
You can try this :
Get-VMHost [ESX] | Get-VMHostService | Where {$_.Key -eq "TSM-SSH" -or $_.Key -eq "ntpd"}
Regards,
Julien
Hi,
You can try this :
Get-VMHost [ESX] | Get-VMHostService | Where {$_.Key -eq "TSM-SSH" -or $_.Key -eq "ntpd"}
Regards,
Julien