Access TMG command-line tools

Microsoft.Forefront.TMG.AccessISACommandLineTools1 (ConsoleTask)


This task opens a command prompt at the directory containing TMG command-line tools. It assumes that the TMG Server Administrator console has been installed on the operators computer.

Element properties:

TargetMicrosoft.Forefront.TMG.ServerRole
Applicationcmd.exe
WorkingDirectory\%ProgramFiles\%\Microsoft Forefront Threat Management Gateway
isRequireOutputFalse
AccessibilityInternal
EnabledTrue

Source Code:

<ConsoleTask ID="Microsoft.Forefront.TMG.AccessISACommandLineTools1" Accessibility="Internal" Enabled="true" Target="Microsoft.Forefront.TMG.ServerRole" RequireOutput="false" Category="MonitoringObject">
<Application>cmd.exe</Application>
<WorkingDirectory>%ProgramFiles%\Microsoft Forefront Threat Management Gateway</WorkingDirectory>
</ConsoleTask>