-
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…
-
PowerShell Workflow to enable or disable IP protocols (IPv4 or IPv6) on network adapters of remote servers
I wrote a very simple PowerShell workflow to solve an issue on one particular environment. The problem was that system administrators thought that it is a good idea to disable IPv6 protocol on all NICs on all servers. Disabling IPv6 protocol is a very bad practice. This will not disable IPv6. Microsoft does not tests…