Setting your virtual machine's time by syncing with the host is usually a no no. Here is a powercli script to look up what VMs are syncing time with the host.
get-view-viewtypevirtualmachine-Filter@{'Config.Tools.SyncTimeWithHost'='True'} | select name
Name
----
fileserver1
domaincontroller2
proxy
remotedesktop
printserver1
No comments:
Post a Comment