Test-ExpressionForm

February 23, 2017 ยท View on GitHub

SYNOPSIS

Display a graphical test form.

SYNTAX

Test-ExpressionForm

DESCRIPTION

This command will display a WPF-based form that you can use to enter in testing information. Testing intervals are in seconds. All of the values are then passed to the Test-Expression command. Results will be displayed in the form.

When you close the form, the last result object will be passed to the pipeline, including all metadata, the scriptblock and arguments.

EXAMPLES

Example 1

PS C:\> test-expressionform

Launch the form.

PARAMETERS

INPUTS

None

OUTPUTS

System.Object

NOTES

Learn more about PowerShell: http://jdhitsolutions.com/blog/essential-powershell-resources/

Online Version:

Test-Expression