TMG Server Manager コンソールの起動

Microsoft.Forefront.TMG.LaunchTMGManagerConsole2 (ConsoleTask)


オペレーターのデスクトップで TMG Server Manager コンソールを起動します。 オペレータのコンピュータに 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>