Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
Unknown status of Windows Time Service in Active Directory (AD) dashboard.
설명
Within the Summary tab of a particular Domain Controller, the status of the Windows Time service is unknown. It is confirmed that the Windows Time service is running on the AD host.
원인
After running the following script: SELECT DisplayName, Name, ProcessId, State FROM Win32_Service WHERE Name="W32Time"
The output was: "w32time", which is incorrect (the letters W and T should be uppercase at all times).
해결 방안
Change the Service name of the Windows Time service to W32Time. Foglight for AD agents are case sensitive and the service name should be in the default case.