Запуск службы межсетевого экрана TMG

Microsoft.Forefront.TMG.StartISAFirewallService1 (Task)

Запускает службу межсетевого экрана TMG.

Element properties:

TargetMicrosoft.Forefront.TMG.Server
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.Forefront.TMG.FirewallService.StartStop.WA Default

Source Code:

<Task ID="Microsoft.Forefront.TMG.StartISAFirewallService1" Accessibility="Internal" Enabled="true" Target="Microsoft.Forefront.TMG.Server" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="Microsoft.Forefront.TMG.FirewallService.StartStop.WA">
<ScriptName>StartISAFirewallSrvc1.vbs</ScriptName>
<TaskToPerform>1</TaskToPerform>
<Arguments/>
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</Task>