---
sourceDocument: Australia Security Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/security-management

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Security Management

ft:clusterId :

    - security

bundleId :

    - security

workflow :

    - Technology


---

# Get running processes via WMI activity

# Get running processes via WMI activity {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

TheGet Running Processes workflow activity retrieves the running processes of a configuration item on a Windows-based system. This activity can accelerate the investigation and remediation
process.
The Get Running Processes via WMI activity can be used with any workflow to retrieve running processes on a Windows-based system.

## Input variables

Input variables determine the initial behavior of the activity.
{#get-running-process-WMI-activity__table_pgm_tfy_jr__entry__2}

| Variable | Description |
|-|-|
| target \[string\] | The fully qualified domain name (FQDN) or IP address of the target system. |
[Table 1. Input variables]

{#get-running-process-WMI-activity__table_pgm_tfy_jr}

## Output variables

The output variables contain data that can be used in subsequent activities.
{#get-running-process-WMI-activity__table_bnj_jfy_jr__entry__2}

| Variable | Description |
|-|-|
| response \[string\] | A JSON string representing the current running processes on the target system. JSON data includes: pid :   The process identifier name :   The name of the process Also, if available: Owner :   The name of the process owner owner_sid :   The system identifier of the process owner owner_domain :   The domain of the process owner path :   The file path of the process executable hash :   The hash value of the process executable. The hash is in SHA-256 for PowerShell V4 or higher. Otherwise, the hash is in MD5. |
[Table 2. Output variables]

{#get-running-process-WMI-activity__table_bnj_jfy_jr}

## Restrictions

The MID Server must support PowerShell.

SHA-256 hash requires PowerShell V4.

