-
PowerShell Module for Time Synchronization – PowerShell Workflows to get status, start, invoke, test, monitor and repair Time Sync
I decided to write PowerShell module to deal with Time Synchronization. I wrote following PowerShell Workflows: Get-VDateTimeInternetUtc Very simple Workflow to get current date and time in UTC (Coordinated Universal Time) from the internet. The date and time is obtained from public website over HTTP (TCP 80) so it is possible to use this workflow…