Start NLB node

Microsoft.Windows.NetworkLoadBalancing.StartNode (Task)

This task starts the NLB node. If the node status is Suspended, you must first use the Resume NLB node task and only then start the node.

Knowledge Base article:

Summary

This task starts the NLB node. If the node status is Suspended, you must first use the Resume NLB node task and only then start the node.

Element properties:

TargetMicrosoft.Windows.NetworkLoadBalancing.ServerRole
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.Windows.NetworkLoadBalancing.NodeAction Default

Source Code:

<Task ID="Microsoft.Windows.NetworkLoadBalancing.StartNode" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.NetworkLoadBalancing.ServerRole" Timeout="300" Remotable="false">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="Microsoft.Windows.NetworkLoadBalancing.NodeAction">
<ComputerPrincipalName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerPrincipalName>
<ClusterIP>$Target/Property[Type="Microsoft.Windows.NetworkLoadBalancing.ServerRole"]/ClusterIP$</ClusterIP>
<Operation>start</Operation>
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</Task>