Resume NLB node

Microsoft.Windows.NetworkLoadBalancing.ResumeNode (Task)

This tasks resumes the NLB node operations.

Knowledge Base article:

Summary

This tasks resumes the NLB node operations.

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.ResumeNode" 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>resume</Operation>
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</Task>