-
PowerShell Module for Time Synchronization – PowerShell Workflow to wait for Time Sync and automatically correct (repair) Time Sync on remote servers in parallel
This PowerShell Workflow is part of PowerShell module for Time Synchronization on Windows and Windows Server. To get all features you need all PowerShell Workflows from the Time Sync module. Possibilities Wait on time synchronization on the local server or invoke operations on multiple remote servers in parallel. Wait for an infinitely long or do…
-
PowerShell Module for Time Synchronization – PowerShell Workflow to start (invoke) Time Sync on remote servers in parallel
This PowerShell Workflow is part of PowerShell module for Time Synchronization on Windows and Windows Server. To get all features you need all PowerShell Workflows from the Time Sync module. Possibilities Start time synchronization on the local server or invoke time synchronization on multiple remote servers in parallel. Start immediate time synchronization or re-discover time…
-
PowerShell Module for Time Synchronization – PowerShell Workflow to get status and current configuration of Time Sync from remote servers in parallel
This PowerShell Workflow is part of PowerShell module for Time Synchronization on Windows and Windows Server. To get all features you need all PowerShell Workflows from the Time Sync module. Possibilities Get information from the local server or from multiple remote servers in parallel. This is the most important part of the module. Most of…
-
PowerShell Module for Time Synchronization – Get current time in UTC from internet
This PowerShell Workflow is part of PowerShell module for Time Synchronization on Windows and Windows Server. To get all features you need all PowerShell Workflows from the Time Sync module. There is no reason to make this script PowerShell Workflow but I decided to write it as Workflow because it is part of other Workflows…
-
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…