コンピューターの管理

Microsoft.Windows.Server.Computer.Compmgmt (ConsoleTask)

このコンピューターのコンピューター管理を実行します。

Knowledge Base article:

概要

このタスクは [コンピューターの管理] MMC スナップインを開始して、管理者に次の MMC スナップインへの一元化されたアクセスを提供します。

実行されると、コンピューターの管理アプリケーションがターゲット サーバーに接続され、各 MMC スナップインへのリモート管理アクセスが提供されます。

Element properties:

TargetMicrosoft.Windows.Server.Computer
Application\%windir\%\system32\mmc.exe
WorkingDirectory
isRequireOutputFalse
AccessibilityPublic
EnabledTrue

Source Code:

<ConsoleTask ID="Microsoft.Windows.Server.Computer.Compmgmt" Accessibility="Public" Target="Windows!Microsoft.Windows.Server.Computer" RequireOutput="false" Category="MonitoringObject">
<Application>%windir%\system32\mmc.exe</Application>
<Parameters>
<Parameter>%windir%\system32\compmgmt.msc</Parameter>
<Parameter>/computer:$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</Parameter>
</Parameters>
<WorkingDirectory/>
</ConsoleTask>