Launch TMG Server Manager Console

Microsoft.Forefront.TMG.LaunchTMGManagerConsole2 (ConsoleTask)


Start the TMG Server Manager console on the Operator's desktop. It assumes that the TMG Server Administrator console has been installed on the operators computer.

Element properties:

TargetMicrosoft.Forefront.TMG.ServerComponent
Application\%windir\%\system32\mmc.exe
WorkingDirectory\%ProgramFiles\%\Microsoft Forefront Threat Management Gateway
isRequireOutputFalse
AccessibilityInternal
EnabledTrue

Source Code:

<ConsoleTask ID="Microsoft.Forefront.TMG.LaunchTMGManagerConsole2" Accessibility="Internal" Enabled="true" Target="Microsoft.Forefront.TMG.ServerComponent" RequireOutput="false" Category="MonitoringObject">
<Application>%windir%\system32\mmc.exe</Application>
<Parameters>
<Parameter>msisa.msc</Parameter>
</Parameters>
<WorkingDirectory>%ProgramFiles%\Microsoft Forefront Threat Management Gateway</WorkingDirectory>
</ConsoleTask>