프로세스 나열

Microsoft.Windows.Server.2008.Computer.ProcessList.Task (Task)

현재 실행 중인 프로세스 목록을 쿼리하고 표시합니다.

Knowledge Base article:

요약

이 작업은 이미지 이름, 세션 이름, 세션 ID, 프로세스 ID 및 메모리 사용률을 비롯하여 현재 실행 중인 모든 프로세스를 나열하는 “TASKLIST” 명령줄 유틸리티를 실행합니다.

Element properties:

TargetMicrosoft.Windows.Server.2008.Computer
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction System.CommandExecuterProbe Default

Source Code:

<Task ID="Microsoft.Windows.Server.2008.Computer.ProcessList.Task" Target="Server2008!Microsoft.Windows.Server.2008.Computer" Accessibility="Public">
<Category>Maintenance</Category>
<ProbeAction ID="PA" TypeID="System!System.CommandExecuterProbe">
<ApplicationName>%WINDIR%\System32\TASKLIST.EXE</ApplicationName>
<WorkingDirectory/>
<CommandLine>/S $Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</CommandLine>
<TimeoutSeconds>30</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</ProbeAction>
</Task>