啟動 TMG Server 管理員主控台

Microsoft.Forefront.TMG.LaunchTMGManagerConsole2 (ConsoleTask)


啟動操作員桌面上的 TMG Server 管理員主控台。 它會假設 TMG Server 系統管理員主控台已安裝在操作員的電腦上。

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>