Closed ruddj closed 5 years ago
Thank you. Will verify why is that.
What would you suggest? I could probably allow edit of that parameter via Parameters section like it is possible for Test parameters.
$TimeParameters = Get-PSRegistry -ComputerName $_ -RegistryPath "HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Parameters"
$TimeConfig = Get-PSRegistry -ComputerName $_ -RegistryPath "HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Config"
$TimeNTPClient = Get-PSRegistry -ComputerName $_ -RegistryPath "HKLM\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NTPClient"
$TimeNTPServer = Get-PSRegistry -ComputerName $_ -RegistryPath "HKLM\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NTPServer"
$TimeVMProvider = Get-PSRegistry -ComputerName $ComputerName -RegistryPath "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\VMICTimeProvider"
Yes, it seems I am only checking this. I guess I need to expand on your registry keys
Ok, both problems should be now fixed. Hope you can test when a new version gets released.
Thank you. I will update and test when next release is pushed to Powershell Gallery.
Good Day, First great job on the tool. It helped us identify some things we need to look at in our environment. 2 Comments about the Time settings check.
The Get-TimeSetttings command seems to ignore entries in HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\W32time We use a group policy with WMI filter for PDC to configure our NTP time server, but report does not pick up the changed values.
2nd is the TimeSynchronizationExternal check always checks pool.ntp.org which may be blocked by environments that don't allow internet access from their DCs. This is probably a more local config issue.