List Processes (Data On Demand)

Community.DataOnDemand.GetProcesses (Task)

Displays the top 10 CPU consuming processes on the target computer.
Note: JSON format is only supported if PowerShell v3 or later is installed on the target server.

Element properties:

TargetMicrosoft.Windows.Computer
AccessibilityPublic
CategoryOperations
EnabledTrue
RemotableFalse
Timeout60

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Community.DataOnDemand.WriteAction.GetProcesses Default

Source Code:

<Task ID="Community.DataOnDemand.GetProcesses" Accessibility="Public" Timeout="60" Enabled="true" Remotable="false" Target="Windows!Microsoft.Windows.Computer">
<Category>Operations</Category>
<WriteAction ID="WA" TypeID="Community.DataOnDemand.WriteAction.GetProcesses">
<OrderBy>CpuPercent</OrderBy>
<Descending>true</Descending>
<Top>10</Top>
<Format>csv</Format>
<TimeoutSeconds>60</TimeoutSeconds>
</WriteAction>
</Task>