Project

ImagePlayground

Automate image processing, codes, metadata, charts, topology, and visual stories from PowerShell.

Stars 100
Forks 7
Total downloads 712,347
Release ImagePlayground-PowerShellModule.v3.2.7
Language: C# Updated: 2026-08-25

API Reference

Command

New-ImageConsoleStoryCommand

Namespace ImagePlayground
Inputs
None
Outputs
ImagePlayground.PowerShell.ImageConsoleStoryStep

Creates a typed command step for an ImagePlayground console story.

Remarks

Creates a typed command step for an ImagePlayground console story.

Examples

Authored help example

Show a PowerShell command

PS>


New-ImageConsoleStoryCommand -Text 'Get-Service -Name WinRM'
        

The command is presented but never executed.

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

New-ImageConsoleStoryCommand [-DurationSeconds <Double>] -Text <String> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

DurationSeconds Double optionalposition: namedpipeline: False
Explicit typing duration in seconds, or zero to use automatic timing.
Text String requiredposition: 0pipeline: False
Command text shown after the configured terminal prompt.

Outputs

ImagePlayground.PowerShell.ImageConsoleStoryStep: Use the console story command, output, table, blank-line, pause, tab, and tab-selection cmdlets to create steps.