Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 941 Bytes

Test-IsWTPreview.md

File metadata and controls

51 lines (31 loc) · 941 Bytes
external help file Module Name online version schema
WTToolBox-help.xml
WTToolBox
2.0.0

Test-IsWTPreview

SYNOPSIS

Test if running in Windows Terminal Preview

SYNTAX

Test-IsWTPreview [<CommonParameters>]

DESCRIPTION

This simple command will test if you are running in Windows Terminal Preview.

EXAMPLES

Example 1

PS C:\> Test-IsWTPreview
False

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Boolean

NOTES

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

RELATED LINKS