Drainstop TMG NLB

Microsoft.Forefront.TMG.DrainstopIsaNlb (Task)

Drains all remote connections and then stops Network Load Balancing (NLB) on the server

Element properties:

TargetMicrosoft.Forefront.TMG.NLB.ServerComponent
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.Forefront.TMG.NLB.Tasks.WA Default

Source Code:

<Task ID="Microsoft.Forefront.TMG.DrainstopIsaNlb" Accessibility="Internal" Enabled="true" Target="Microsoft.Forefront.TMG.NLB.ServerComponent" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="Microsoft.Forefront.TMG.NLB.Tasks.WA">
<ScriptName>DrainstopISANlb.vbs</ScriptName>
<TaskToPerform>5</TaskToPerform>
<Arguments/>
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</Task>