Add files via upload

This commit is contained in:
kneutron 2024-03-02 12:15:00 -07:00 committed by GitHub
parent 0aa03be31e
commit 0a405856a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,11 @@
#!/bin/bash
# arg1 = vmid
echo "$(date) - syncing time on Win VM $1"
set -x
qm guest exec $1 w32tm /resync
set +x
date
# REF: https://windowsloop.com/windows-time-sync-command/
# REF: https://pve.proxmox.com/pve-docs/qm.1.html