Summary: Use Windows PowerShell to find the status of the time service.
How can I use Windows PowerShell to find the status of the time service on my local computer?
If all you are looking for is the status, use the W32tm command with the /query and /status switches:
w32tm /query /status