< Back

New-Condition

Sat Jan 18, 2020 7:05 pm

NAME New-Condition



SYNOPSIS

{{Fill in the Synopsis}}





SYNTAX

New-Condition [[-Condition] <ScriptBlock>] [<CommonParameters>]





DESCRIPTION

{{Fill in the Description}}





PARAMETERS

-Condition <ScriptBlock>

{{Fill Condition Description}}



Required? false

Position? 1

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.Management.Automation.ScriptBlock







OUTPUTS

System.Object







NOTES









Example 1



PS C:\\> {{ Add example code here }}



{{ Add example description here }}



RELATED LINKS