Run a PowerShell script (Community)

Community.PowerShellMonitoring.WriteAction.SimplePowerShellScript (WriteActionModuleType)

Executes a simple PowerShell script that can modify the system.

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
ExecuteScript WriteAction Microsoft.Windows.PowerShellWriteAction Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Argumentsstring$Config/Arguments$ArgumentsThe arguments passed to the PowerShell script (as a single string).
TimeoutSecondsint$Config/TimeoutSeconds$Timeout (Seconds)The number of seconds after which the script is terminated.