Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save khorsmann/de9d6dcce5cd6b442e376b55e7e42edf to your computer and use it in GitHub Desktop.
Save khorsmann/de9d6dcce5cd6b442e376b55e7e42edf to your computer and use it in GitHub Desktop.
onliner - VMWARE ESX - set tools.syncTime
# https://kb.vmware.com/s/article/1189
grep -l 'tools.syncTime = "FALSE"' /vmfs/volumes/datastore1/*/*.vmx | xargs sed -i 's/tools.syncTime = "FALSE"/tools.syncTime = "TRUE"/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment