---
title: "PowerShell Cmdlets For Solve Actions"
slug: "powershell-cmdlets-for-solve-actions"
updated: 2025-05-04T12:34:30Z
published: 2025-05-04T12:34:30Z
canonical: "support.controlup.com/powershell-cmdlets-for-solve-actions"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.controlup.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PowerShell Cmdlets for Actions

You can use the following PowerShell cmdlets to easier manage [Actions](/v1/docs/solve-actions) with the [VDI Web App](/v1/docs/web-ui):

| Cmdlet | Description |
| --- | --- |
| [**Add-CUUser**](/tim-reorg/docs/add-cuuser-create-new-solve-users) | Creates a new VDI App user |
| [**Get-CUAvailableActions**](/tim-reorg/docs/get-cuavailableactions-retrieve-all-actions-in-your-controlup-environment) | Shows all available actions (built-in and script actions) in your ControlUp organization |
| [**Get-CUActionSignature**](/tim-reorg/docs/get-cuactionsignature) | Shows all input parameters of your actions and outputs to JSON |
| [**Get-CUCredentials**](/tim-reorg/docs/get-cucredentials-retrieve-all-controlup-credentials) | Lists all credentials in the Credentials Store |
| **Get-CURunningActions** | Shows a list of all running actions and all actions that were executed in the last 5 minutes |
| **Get-CUUsersList** | Lists all users in your ControlUp organization |
| [**Invoke-CUAction**](/tim-reorg/docs/invoke-cuaction) | Executes an action |
| **Start-CUAction** | Same as Invoke-CUAction, starts an action asynchronically |
