Suspend NLB node

Microsoft.Windows.NetworkLoadBalancing.SuspendNode (Task)

This tasks suspends the NLB node. In order to start the NLB node, you will first need to run the "Resume NLB Node" task and then run the "Start NLB Node" task.

Knowledge Base article:

Summary

This tasks suspends the NLB node. In order to start the NLB node, you will first need to run the "Resume NLB Node" task and then run the "Start NLB Node" task.

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