NTP check with Powercli

  Oneliners to speed up troubleshooting common NTP related issues.  Connect-ViServer <vCenter address> -user administrator@vsphere.local -password VMware123! Check NTP Server is configured. Get-VMHost |Sort Name|Select Name, @{N=“NTPServer“;E={$_ |Get-VMHostNtpServer}}, @{N=“ServiceRunning“;E={(Get-VmHostService -VMHost … Continue reading NTP check with Powercli