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

Prev Next

You can use the following PowerShell cmdlets to easier manage Actions with the VDI Web App:

Cmdlet

Description

Add-CUUser

Creates a new VDI App user

Get-CUAvailableActions

Shows all available actions (built-in and script actions) in your ControlUp organization

Get-CUActionSignature

Shows all input parameters of your actions and outputs to JSON

Get-CUCredentials

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

Executes an action

Start-CUAction

Same as Invoke-CUAction, starts an action asynchronically