Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Cidney
1.0.0.7
Samples/HelloWorld3.ps1
$newVar
=
'ABC.3'
Pipeline:
'HelloWorld 3'
{
$Test
=
'ONE.3'
Stage:
'One.3'
{
Write-Output
"Hello World! from Stage $Stagename $Test $newVar"
}
}