1
0
mirror of https://github.com/jaapbrasser/SharedScripts.git synced 2025-12-24 21:51:38 +02:00

Explicit Write-Output

This commit is contained in:
Jaap Brasser
2019-08-06 22:58:15 +02:00
parent fdf2d282d4
commit 7352f65a87

View File

@@ -66,5 +66,5 @@ Shows the calendar for September 1983
$DisplayLine = ''
}
}
$DisplayLine
Write-Output -InputObject $DisplayLine
}