Start the Windows Time service

Microsoft.Windows.Cluster.TimeStartService (Task)

This task starts the Windows Time service.

Knowledge Base article:

Summary

This task starts the Windows Time service on the specified cluster node.

Element properties:

TargetMicrosoft.Windows.Cluster.Node
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.Windows.Cluster.StartService.Action Default

Source Code:

<Task ID="Microsoft.Windows.Cluster.TimeStartService" Accessibility="Public" Enabled="true" Target="ClusLibrary!Microsoft.Windows.Cluster.Node" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Cluster.StartService.Action">
<ServiceName>W32Time</ServiceName>
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</Task>