컴퓨터 관리

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>